diff options
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 2c580b6..43b02f5 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -128,6 +128,7 @@ private slots: void appAutoLockChanged(); void injectNewChatJavaScript(); void triggerNewChat(QString phone, QString text); + void restoreMainWindow(); }; #endif // MAINWINDOW_H |