Fix Windows build.
This commit is contained in:
@@ -31,10 +31,10 @@ class NotificationsManager : public QObject {
|
|||||||
QDBusInterface dbus;
|
QDBusInterface dbus;
|
||||||
uint showNotification(const QString summary, const QString text,
|
uint showNotification(const QString summary, const QString text,
|
||||||
const QImage image);
|
const QImage image);
|
||||||
|
#endif
|
||||||
|
|
||||||
// notification ID to (room ID, event ID)
|
// notification ID to (room ID, event ID)
|
||||||
QMap<uint, roomEventId> notificationIds;
|
QMap<uint, roomEventId> notificationIds;
|
||||||
#endif
|
|
||||||
|
|
||||||
// these slots are platform specific (D-Bus only)
|
// these slots are platform specific (D-Bus only)
|
||||||
// but Qt slot declarations can not be inside an ifdef!
|
// but Qt slot declarations can not be inside an ifdef!
|
||||||
|
|||||||
Reference in New Issue
Block a user