X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fqtui.h;h=1fe1114c0c31dcc3ad9264f5af70d65e64c48810;hp=db06409c3651306bae5c7c3cd4f982f8ecc831f2;hb=ed2415135359b4f8a3f75f2634e028500c08c1fe;hpb=dd72455b0cdade40fe5ff0cef7d464d71cdca45f diff --git a/src/qtui/qtui.h b/src/qtui/qtui.h index db06409c..1fe1114c 100644 --- a/src/qtui/qtui.h +++ b/src/qtui/qtui.h @@ -60,7 +60,7 @@ public: static void registerNotificationBackend(AbstractNotificationBackend *); static void unregisterNotificationBackend(AbstractNotificationBackend *); static void unregisterAllNotificationBackends(); - static const QSet ¬ificationBackends(); + static const QList ¬ificationBackends(); static uint invokeNotification(BufferId bufId, const QString &sender, const QString &text); static void closeNotification(uint notificationId); static void closeNotifications(BufferId bufferId = BufferId()); @@ -77,7 +77,7 @@ private: static MainWin *_mainWin; static ActionCollection *_actionCollection; static QtUiStyle *_style; - static QSet _notificationBackends; + static QList _notificationBackends; static QList _notifications; };