woraround for old bufferviews that had colors disabled
[quassel.git] / src / client / clientbufferviewconfig.h
index 1bd188f..cac0be7 100644 (file)
@@ -34,6 +34,9 @@ public:
   inline void lock() { setLocked(true); };
   inline void unlock() { setLocked(false); };
 
+private slots:
+  void ensureDecoration(); // remove this in next release
+
 private:
   bool _locked;
 };