From 8cec4d6d2f367261bdd2baa34948d69a5a44c8fc Mon Sep 17 00:00:00 2001 From: Black Hat Date: Sat, 20 Oct 2018 10:45:03 +0800 Subject: [PATCH] Fix Windows build. --- src/notifications/manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notifications/manager.h b/src/notifications/manager.h index de8ac89..c8218ed 100644 --- a/src/notifications/manager.h +++ b/src/notifications/manager.h @@ -31,10 +31,10 @@ class NotificationsManager : public QObject { QDBusInterface dbus; uint showNotification(const QString summary, const QString text, const QImage image); +#endif // notification ID to (room ID, event ID) QMap notificationIds; -#endif // these slots are platform specific (D-Bus only) // but Qt slot declarations can not be inside an ifdef!