Port to QEvent::ApplicationPaletteChange

The paletteChanged on QGuiApplication is deprecated in Qt6
This commit is contained in:
Joshua Goins
2023-11-10 12:01:52 -05:00
parent ffa2d5dc0e
commit 555d23863e
8 changed files with 44 additions and 13 deletions

View File

@@ -86,6 +86,9 @@ Q_SIGNALS:
void roomChanged();
void usersRefreshed();
protected:
bool event(QEvent *event) override;
private Q_SLOTS:
void userAdded(Quotient::User *user);
void userRemoved(Quotient::User *user);