mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
comment out test export process
This commit is contained in:
@@ -203,10 +203,11 @@ void StatusBalloon::connectExportThreadSignals()
|
||||
connect(exportManager->m_exportThread,
|
||||
&ExportManagerThread::fileTransferProgress, this,
|
||||
&StatusBalloon::onFileTransferProgress);
|
||||
QTimer::singleShot(3000, this, [this]() {
|
||||
// test
|
||||
startExportProcess("Test Export Process", 10, "/path/to/destination");
|
||||
});
|
||||
// QTimer::singleShot(3000, this, [this]() {
|
||||
// // test
|
||||
// startExportProcess("Test Export Process", 10,
|
||||
// "/path/to/destination");
|
||||
// });
|
||||
}
|
||||
|
||||
void StatusBalloon::onFileTransferProgress(const QUuid &processId,
|
||||
|
||||
Reference in New Issue
Block a user