diff options
author | 2022-03-30 12:59:51 +0530 | |
---|---|---|
committer | 2022-03-30 12:59:51 +0530 | |
commit | ed5f760bf4c4126d0f5c64bb4a0cba75c963fb9b (patch) | |
tree | 11e44e7f827e43ac3bd3a0fa4c91393293a73f81 /src/mainwindow.h | |
parent | fa4012a5c3c3eb6da51b746a6061d828fb681a60 (diff) | |
download | whatsie-ed5f760bf4c4126d0f5c64bb4a0cba75c963fb9b.tar.gz whatsie-ed5f760bf4c4126d0f5c64bb4a0cba75c963fb9b.zip |
fix: improve logout flow, on change password
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index e1298b0..1f966bd 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -118,6 +118,9 @@ private slots: void handleZoom(); void change_lock_password(); void tryLock(); + void forceLogOut(); + void tryLogOut(); + bool isLoggedIn(); }; #endif // MAINWINDOW_H |