modernize: Prefer default member init over ctor init
[quassel.git] / src / qtui / systraynotificationbackend.h
index 82425c3..d8af7e3 100644 (file)
@@ -52,7 +52,7 @@ private:
 
     bool _showBubble;
     QList<Notification> _notifications;
-    bool _blockActivation;
+    bool _blockActivation{false};
 };