mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 21:40:52 -05:00 
			
		
		
		
	Fix omitted conflict
This commit is contained in:
		
							parent
							
								
									6d096db6d5
								
							
						
					
					
						commit
						dd25dc3ad0
					
				@ -1004,13 +1004,10 @@ Configuration::impl::impl (Configuration * self, QNetworkAccessManager * network
 | 
			
		||||
  // this must be done after the default paths above are set
 | 
			
		||||
  read_settings ();
 | 
			
		||||
 | 
			
		||||
<<<<<<< HEAD
 | 
			
		||||
  // load LotW users data
 | 
			
		||||
  lotw_users_.load (writeable_data_dir_.absoluteFilePath ("lotw-user-activity.csv"));
 | 
			
		||||
 | 
			
		||||
  //
 | 
			
		||||
=======
 | 
			
		||||
>>>>>>> cd8f13b57... Implement a validator for FD and RTTY exchange entries.
 | 
			
		||||
  // validation
 | 
			
		||||
  ui_->callsign_line_edit->setValidator (new CallsignValidator {this});
 | 
			
		||||
  ui_->grid_line_edit->setValidator (new MaidenheadLocatorValidator {this});
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user