Generate selection change events and propagate to ToolBarActionProvider
[quassel.git] / src / uisupport / abstractbuffercontainer.h
index 747b885..bf58333 100644 (file)
@@ -39,6 +39,7 @@ public:
 
 signals:
   void currentChanged(BufferId);
+  void currentChanged(const QModelIndex &);
 
 protected:
   //! Create an AbstractChatView for the given BufferId and add it to the UI if necessary