Add and use m_updateSteps.

This commit is contained in:
2025-02-24 16:16:00 +01:00
parent b5067ce044
commit 3069c3bd65
2 changed files with 119 additions and 123 deletions

View File

@@ -4,6 +4,8 @@
#include <QMainWindow>
#include <QTimer>
#include <QStatusBar>
#include <QVector>
#include <QString>
QT_BEGIN_NAMESPACE
namespace Ui { class MainWindow; }
@@ -97,5 +99,8 @@ private:
QTimer *m_statusTimer;
QString m_targetDcVersion;
int m_stepLabelChopCount{};
QVector<QString> m_updateSteps{};
};
#endif // MAINWINDOW_H