diff options
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 |