mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 21:40:52 -05:00 
			
		
		
		
	Use the QSO end time from the Log QSO dialog for the contest log records
This commit is contained in:
		
							parent
							
								
									e5b17e270c
								
							
						
					
					
						commit
						7113d58fb9
					
				@ -139,7 +139,7 @@ void LogQSO::accept()
 | 
			
		||||
          return;               // without accepting
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
      if (!m_cabrilloLog->add_QSO (m_dialFreq, QDateTime::currentDateTimeUtc (), hisCall,
 | 
			
		||||
      if (!m_cabrilloLog->add_QSO (m_dialFreq, m_dateTimeOff, hisCall,
 | 
			
		||||
                                   ui->exchSent->text (), ui->exchRcvd->text ()))
 | 
			
		||||
        {
 | 
			
		||||
          show ();
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user