summary refs log tree commit diff
path: root/src/ChatPage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChatPage.h')
-rw-r--r--src/ChatPage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChatPage.h b/src/ChatPage.h

index ae55c923..5e3b509d 100644 --- a/src/ChatPage.h +++ b/src/ChatPage.h
@@ -51,12 +51,12 @@ struct Rooms; using SecretsToDecrypt = std::map<std::string, mtx::secret_storage::AesHmacSha2EncryptedData>; -class ChatPage : public QWidget +class ChatPage : public QObject { Q_OBJECT public: - ChatPage(QSharedPointer<UserSettings> userSettings, QWidget *parent = nullptr); + ChatPage(QSharedPointer<UserSettings> userSettings, QObject *parent = nullptr); // Initialize all the components of the UI. void bootstrap(QString userid, QString homeserver, QString token);