From f1a23355bdd7d2fe08c5efa73ee21ece14979a7f Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sun, 9 Jan 2022 00:28:03 +0100 Subject: Port usersettings to qml --- src/MainWindow.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/MainWindow.h') diff --git a/src/MainWindow.h b/src/MainWindow.h index 82579937..458eb054 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -84,9 +84,6 @@ private slots: //! Show the register page in the main window. void showRegisterPage(); - //! Show user settings page. - void showUserSettingsPage(); - //! Show the chat page and start communicating with the given access token. void showChatPage(); @@ -98,6 +95,7 @@ private slots: signals: void focusChanged(const bool focused); void reload(); + void secretsChanged(); private: void showDialog(QWidget *dialog); @@ -120,7 +118,6 @@ private: QStackedWidget *pageStack_; //! The main chat area. ChatPage *chat_page_; - UserSettingsPage *userSettingsPage_; QSharedPointer userSettings_; //! Tray icon that shows the unread message count. TrayIcon *trayIcon_; -- cgit 1.5.1