Used the trip back from CeBIT to prepare everything for a huge
[quassel.git] / src / qtui / bufferwidget.h
index e484a18..40413b3 100644 (file)
@@ -69,6 +69,7 @@ private slots:
 private:
   Ui::BufferWidget ui;
   QHash<BufferId, ChatWidget *> _chatWidgets;
+  QHash<BufferId, ChatView *> _chatViews;
 
   QPointer<BufferModel> _bufferModel;
   QPointer<QItemSelectionModel> _selectionModel;