mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 14:02:46 +00:00 
			
		
		
		
	GModel: Rename on_model_update(GModel&) => on_update()
Just simplifying the API of this hook a little bit.
This commit is contained in:
		
							parent
							
								
									f7dce05c82
								
							
						
					
					
						commit
						076827a05d
					
				
					 4 changed files with 5 additions and 5 deletions
				
			
		|  | @ -67,7 +67,7 @@ public: | |||
|     void register_view(Badge<GAbstractView>, GAbstractView&); | ||||
|     void unregister_view(Badge<GAbstractView>, GAbstractView&); | ||||
| 
 | ||||
|     Function<void(GModel&)> on_model_update; | ||||
|     Function<void()> on_update; | ||||
|     Function<void(const GModelIndex&)> on_selection_changed; | ||||
| 
 | ||||
| protected: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling