mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 13:30:52 -05:00 
			
		
		
		
	Merge branch 'qmap' of bitbucket.org:k1jt/wsjtx into qmap
This commit is contained in:
		
						commit
						9c3cc3d685
					
				@ -424,8 +424,8 @@ void MainWindow::dataSink(int k)
 | 
				
			|||||||
      QString fname=m_saveDir + "/" + t.date().toString("yyMMdd") + "_" +
 | 
					      QString fname=m_saveDir + "/" + t.date().toString("yyMMdd") + "_" +
 | 
				
			||||||
          t.time().toString("hhmm");
 | 
					          t.time().toString("hhmm");
 | 
				
			||||||
      fname += ".iq";
 | 
					      fname += ".iq";
 | 
				
			||||||
      *future2 = QtConcurrent::run(save_iq, fname);
 | 
					//      *future2 = QtConcurrent::run(save_iq, fname);
 | 
				
			||||||
      watcher2->setFuture(*future2);
 | 
					//      watcher2->setFuture(*future2);
 | 
				
			||||||
      QString t{"QMAP v" + QCoreApplication::applicationVersion() + " " + revision()};
 | 
					      QString t{"QMAP v" + QCoreApplication::applicationVersion() + " " + revision()};
 | 
				
			||||||
      save_qm_(fname.toLatin1(), t.toLatin1(), m_myCall.toLatin1(), m_myGrid.toLatin1(),
 | 
					      save_qm_(fname.toLatin1(), t.toLatin1(), m_myCall.toLatin1(), m_myGrid.toLatin1(),
 | 
				
			||||||
               datcom2_.d4, &datcom2_.ntx30a, &datcom2_.ntx30b, &datcom2_.fcenter,
 | 
					               datcom2_.d4, &datcom2_.ntx30a, &datcom2_.ntx30b, &datcom2_.fcenter,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user