Fix notifications with libquotient 0.7

This commit is contained in:
Tobias Fella
2022-10-11 22:26:26 +02:00
parent 785a82df93
commit 1c9575ccfd
4 changed files with 93 additions and 2 deletions

View File

@@ -107,7 +107,9 @@ private:
QString m_activeSpaceId = "";
void connectRoomSignals(NeoChatRoom *room);
#ifndef QUOTIENT_07
void handleNotifications();
#endif
Q_SIGNALS:
void connectionChanged();