fixing a bug where quit messages from different networks were shown if the user has...
[quassel.git] / src / uisupport / bufferviewfilter.h
index 56fa974..e9c3fc8 100644 (file)
@@ -48,7 +48,7 @@ public:
     NoServers = 0x40,
     FullCustom = 0x80
   };
-  Q_DECLARE_FLAGS(Modes, Mode);
+  Q_DECLARE_FLAGS(Modes, Mode)
 
   BufferViewFilter(QAbstractItemModel *model, BufferViewConfig *config = 0);
   
@@ -77,6 +77,7 @@ protected:
 
 signals:
   void _dataChanged(const QModelIndex &source_topLeft, const QModelIndex &source_bottomRight);
+  void configChanged();
 
 private slots:
   void configInitialized();