add helper variable for updating steplabel

This commit is contained in:
Gerhard Hoffmann 2025-02-18 14:51:30 +01:00
parent 13259ba86e
commit 522f86aaac

View File

@ -96,5 +96,6 @@ private:
UpdateDcEvent::UpdateStep m_updateStep; UpdateDcEvent::UpdateStep m_updateStep;
QTimer *m_statusTimer; QTimer *m_statusTimer;
QString m_targetDcVersion; QString m_targetDcVersion;
int m_stepLabelChopCount{};
}; };
#endif // MAINWINDOW_H #endif // MAINWINDOW_H