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