diff options
author | 2021-04-05 11:13:06 +0530 | |
---|---|---|
committer | 2021-04-05 11:13:06 +0530 | |
commit | 247580131f26881b6d47966ba97f4a53ebe73583 (patch) | |
tree | 1b80bb3ab2f921332ea58570f042ba9b142b71f8 /src/mainwindow.h | |
parent | d3bb4e39c23886bf0555ba9019a48d9357c9003d (diff) | |
download | whatsie-247580131f26881b6d47966ba97f4a53ebe73583.tar.gz whatsie-247580131f26881b6d47966ba97f4a53ebe73583.zip |
lock screen init
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 4 |
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 |