Init Windows notification image.

This commit is contained in:
Black Hat
2018-10-20 14:59:37 +08:00
parent 6339fd78a2
commit 2e4fed72fe
9 changed files with 41 additions and 31 deletions

View File

@@ -76,7 +76,7 @@ class RoomListModel : public QAbstractListModel {
void roomAdded(SpectralRoom* room);
void newMessage(const QString& roomId, const QString& eventId,
const QString& roomName, const QString& senderName,
const QString& text, const QImage& icon);
const QString& text, const QImage& icon, const QUrl& iconPath);
};
#endif // ROOMLISTMODEL_H