comment out test export process

This commit is contained in:
uncor3
2026-02-25 08:15:47 +00:00
parent c2d3ec4cbb
commit df0f0f32a7
+5 -4
View File
@@ -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,