mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 21:40:52 -05:00 
			
		
		
		
	Get UTC from file name when reading Echo-mode .wav files.
This commit is contained in:
		
							parent
							
								
									f46e42e622
								
							
						
					
					
						commit
						4c4a5fe023
					
				@ -1615,7 +1615,13 @@ void MainWindow::dataSink(qint64 frames)
 | 
			
		||||
//                dBerr,dfreq,m_fDop,width,nqual,nDop,nfrit);
 | 
			
		||||
      t = t.asprintf("%3d %7.1f %7.1f %7.1f %7.1f %7d %7.1f %3d",echocom_.nsum,xlevel,sigdb,
 | 
			
		||||
                dBerr,dfreq,m_fDop,width,nqual);
 | 
			
		||||
      t=QDateTime::currentDateTimeUtc().toString("hh:mm:ss  ") + t;
 | 
			
		||||
      QString t0;
 | 
			
		||||
      if(m_diskData) {
 | 
			
		||||
        t0=t0.asprintf("%06d  ",m_UTCdisk);
 | 
			
		||||
      } else {
 | 
			
		||||
        t0=QDateTime::currentDateTimeUtc().toString("hhmmss  ");
 | 
			
		||||
      }
 | 
			
		||||
      t = t0 + t;
 | 
			
		||||
      if (ui) ui->decodedTextBrowser->appendText(t);
 | 
			
		||||
      if(m_echoGraph->isVisible()) m_echoGraph->plotSpec();
 | 
			
		||||
      if(m_saveAll) {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user