mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-10-31 21:30:58 +00:00 
			
		
		
		
	LibGUI: Remove GModel activations to GAbstractView.
Now you can hook activation via GAbstractView::on_activation. The design still isn't quite right, we should eventually move the selection away from the model somehow.
This commit is contained in:
		
							parent
							
								
									bffaa5ece6
								
							
						
					
					
						commit
						fa232ac180
					
				
				
				Notes:
				
					sideshowbarker
				
				2024-07-19 14:11:19 +09:00 
				
			
			Author: https://github.com/awesomekling
Commit: fa232ac180
			
					 25 changed files with 107 additions and 104 deletions
				
			
		|  | @ -199,10 +199,6 @@ GVariant GFileSystemModel::data(const GModelIndex& index, Role role) const | |||
|     return { }; | ||||
| } | ||||
| 
 | ||||
| void GFileSystemModel::activate(const GModelIndex&) | ||||
| { | ||||
| } | ||||
| 
 | ||||
| int GFileSystemModel::column_count(const GModelIndex&) const | ||||
| { | ||||
|     return 1; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling