mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	We had an extra column in the model for the dive list
It doesn't appear to be used anywhere, but it shows up in the UI and confuses things. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
		
							parent
							
								
									81e27b6db9
								
							
						
					
					
						commit
						a8cdc30dbf
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -122,7 +122,7 @@ struct TreeItemDT {
 | 
			
		|||
	Q_DECLARE_TR_FUNCTIONS (TreeItemDT);
 | 
			
		||||
public:
 | 
			
		||||
	enum Column {NR, DATE, RATING, DEPTH, DURATION, TEMPERATURE, TOTALWEIGHT,
 | 
			
		||||
				SUIT, CYLINDER, NITROX, SAC, OTU, MAXCNS, LOCATION, DIVE, COLUMNS };
 | 
			
		||||
				SUIT, CYLINDER, NITROX, SAC, OTU, MAXCNS, LOCATION, COLUMNS };
 | 
			
		||||
 | 
			
		||||
	enum ExtraRoles{STAR_ROLE = Qt::UserRole + 1, DIVE_ROLE};
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue