MainWindow::MainWindow():

Add status timer, to show proceeding update, so user does not exit
	application / restart machine.
This commit is contained in:
2024-11-22 12:55:27 +01:00
parent 1e271201c5
commit e82417dde7
2 changed files with 20 additions and 0 deletions

View File

@@ -73,5 +73,6 @@ private:
bool m_progressRunning;
//int m_progressValue;
UpdateDcEvent::UpdateStep m_updateStep;
QTimer *m_statusTimer;
};
#endif // MAINWINDOW_H