X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fabstractbuffercontainer.h;h=bf5833335ac6e8bd2cdd749e30801d8ae22b8e0f;hp=747b88520336f3438959a169183781ae78459ef6;hb=526eccc444029c5a0d80694487c3aec6707cbeda;hpb=f824db0e31b54969e0b7fa0b5405b1e9173d482c diff --git a/src/uisupport/abstractbuffercontainer.h b/src/uisupport/abstractbuffercontainer.h index 747b8852..bf583333 100644 --- a/src/uisupport/abstractbuffercontainer.h +++ b/src/uisupport/abstractbuffercontainer.h @@ -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