From df0f0f32a77caaf85559c2b684e5995d10bdd21f Mon Sep 17 00:00:00 2001 From: uncor3 Date: Wed, 25 Feb 2026 08:15:47 +0000 Subject: [PATCH] comment out test export process --- src/statusballoon.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/statusballoon.cpp b/src/statusballoon.cpp index a090d1b..0678831 100644 --- a/src/statusballoon.cpp +++ b/src/statusballoon.cpp @@ -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,