This commit is contained in:
Your Name
2024-02-13 17:44:25 -06:00
parent b09e59e104
commit 4ee2476dae
2 changed files with 32 additions and 2 deletions

View File

@@ -26,4 +26,7 @@ private:
QProgressBar *bar;
QPushButton *reboot;
QWidget *prompt, *wifi, *progress;
QTimer *countdownTimer;
int countdownValue;
};