aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 7614c5f..89c3e3f 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -82,6 +82,7 @@ private:
Lock *lockWidget = nullptr;
+ int correctlyLoaderRetries = 4;
private slots:
@@ -111,6 +112,9 @@ private slots:
void check_window_state();
void init_lock();
void lockApp();
+
+
+ void checkLoadedCorrectly();
};
#endif // MAINWINDOW_H