aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorLibravatar Keshav Bhatt <keshavnrj@gmail.com>2022-03-30 12:59:51 +0530
committerLibravatar Keshav Bhatt <keshavnrj@gmail.com>2022-03-30 12:59:51 +0530
commited5f760bf4c4126d0f5c64bb4a0cba75c963fb9b (patch)
tree11e44e7f827e43ac3bd3a0fa4c91393293a73f81 /src/mainwindow.h
parentfa4012a5c3c3eb6da51b746a6061d828fb681a60 (diff)
downloadwhatsie-ed5f760bf4c4126d0f5c64bb4a0cba75c963fb9b.tar.gz
whatsie-ed5f760bf4c4126d0f5c64bb4a0cba75c963fb9b.zip
fix: improve logout flow, on change password
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
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