diff options
author | 2021-05-30 20:46:40 +0530 | |
---|---|---|
committer | 2021-05-30 20:46:40 +0530 | |
commit | 6045235c1d9a2dfd91d593a9d62b2f5fa09b8c8c (patch) | |
tree | 0e85239a43e4b4b81e9748d0ccdeeb5315477e19 /src/mainwindow.h | |
parent | dbb6a8311ca0270ddaa2416f6a159ac354ff95f1 (diff) | |
download | whatsie-6045235c1d9a2dfd91d593a9d62b2f5fa09b8c8c.tar.gz whatsie-6045235c1d9a2dfd91d593a9d62b2f5fa09b8c8c.zip |
fixed theme switch issue
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 98af994..a78bea0 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -74,6 +74,7 @@ private: QAction *quitAction; QAction *lockAction; QAction *fullscreenAction; + QAction *openUrlAction; QMenu *trayIconMenu; QSystemTrayIcon *trayIcon; @@ -123,6 +124,9 @@ private slots: void checkLoadedCorrectly(); void loadingQuirk(QString test); void setNotificationPresenter(QWebEngineProfile *profile); + void newChat(); + bool isPhoneNumber(const QString phoneNumber); + void quitApp(); }; #endif // MAINWINDOW_H |