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 fb68e11..67a783b 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -26,6 +26,7 @@
#include "requestinterceptor.h"
#include "settingswidget.h"
#include "webenginepage.h"
+#include "lock.h"
#include "downloadmanagerwidget.h"
@@ -75,6 +76,8 @@ private:
DownloadManagerWidget m_downloadManagerWidget;
QScopedPointer<QWebEngineProfile> m_otrProfile;
+ Lock *lockWidget = nullptr;
+
private slots:
@@ -103,6 +106,7 @@ private slots:
void init_settingWidget();
void init_globalWebProfile();
void check_window_state();
+ void init_lock();
};
#endif // MAINWINDOW_H