modernize: Migrate action-related things to PMF connects
[quassel.git] / src / qtui / systraynotificationbackend.h
index 82425c3..0e78600 100644 (file)
@@ -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<Notification> _notifications;
-    bool _blockActivation;
+    bool _blockActivation{false};
 };