X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fqtui%2Fsystraynotificationbackend.h;h=0e78600cc3be49e7ced075bb88c6d7eaab13f238;hb=f9efdde7f3a6004af8f834c409cfa6ae1d877692;hp=82425c3b68c3cbcfe9f44d04718edb1572aa497d;hpb=e8a39b4c3c92e193ab861a3fea84a261bb6fbd24;p=quassel.git diff --git a/src/qtui/systraynotificationbackend.h b/src/qtui/systraynotificationbackend.h index 82425c3b..0e78600c 100644 --- a/src/qtui/systraynotificationbackend.h +++ b/src/qtui/systraynotificationbackend.h @@ -41,8 +41,8 @@ protected: bool eventFilter(QObject *obj, QEvent *event) override; private slots: - void notificationActivated(uint notificationId); - void notificationActivated(SystemTray::ActivationReason); + void onNotificationActivated(uint notificationId); + void onNotificationActivated(SystemTray::ActivationReason); void showBubbleChanged(const QVariant &); void updateToolTip(); @@ -52,7 +52,7 @@ private: bool _showBubble; QList _notifications; - bool _blockActivation; + bool _blockActivation{false}; };