X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Fnickview.h;h=a95798cbade3841f6c20a690717baac069f00c5e;hb=82936b9c45a2dbf0c1742654f71c6c7e73d2f724;hp=e722537cfd17265e8cabcda2c5693ab737df4d55;hpb=df38e82953be7b676871f7215053a005decb90d1;p=quassel.git diff --git a/src/uisupport/nickview.h b/src/uisupport/nickview.h index e722537c..a95798cb 100644 --- a/src/uisupport/nickview.h +++ b/src/uisupport/nickview.h @@ -33,11 +33,12 @@ public: protected: virtual void rowsInserted(const QModelIndex &parent, int start, int end); - virtual void customEvent(QEvent *event); //! This reimplementation ensures that the current index is first in list virtual QModelIndexList selectedIndexes() const; + void unanimatedExpandAll(); + public slots: virtual void setModel(QAbstractItemModel *model); virtual void setRootIndex(const QModelIndex &index);