modernize: Migrate action-related things to PMF connects
[quassel.git] / src / qtui / chatviewsettings.h
index 1af1756..19aed61 100644 (file)
@@ -37,13 +37,13 @@ public:
         OptIn = 1,
         OptOut = 2
     };
-    Q_DECLARE_FLAGS(operationModes, OperationMode);
+    Q_DECLARE_FLAGS(operationModes, OperationMode)
 
     ChatViewSettings(const QString &id = "__default__");
     ChatViewSettings(ChatScene *scene);
     ChatViewSettings(ChatView *view);
 
-    inline bool showWebPreview() { return localValue("ShowWebPreview", true).toBool(); }
+    inline bool showWebPreview() { return localValue("ShowWebPreview", false).toBool(); }
     inline void enableWebPreview(bool enabled) { setLocalValue("ShowWebPreview", enabled); }
 
     /**