mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-10-31 13:10:19 -04:00 
			
		
		
		
	Workaround for a compiler bug on the ancient g++-4.8.5
This commit is contained in:
		
							parent
							
								
									b7b30452b1
								
							
						
					
					
						commit
						44710d13ba
					
				| @ -25,7 +25,7 @@ class ConditionalTransaction final | |||||||
| { | { | ||||||
| public: | public: | ||||||
|   explicit ConditionalTransaction (QSqlTableModel& model) |   explicit ConditionalTransaction (QSqlTableModel& model) | ||||||
|     : model_ {model} |     : model_ (model) | ||||||
|     , submitted_ {false} |     , submitted_ {false} | ||||||
|   { |   { | ||||||
|     model_.database ().transaction (); |     model_.database ().transaction (); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user