X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatscene.h;h=22dcb479a7dd289a1d7c7c84ca1e9a24df702e4e;hp=cd71aac833aa2f8fc3bacbd956891d2bd9b942ba;hb=bd37d2c94e49e791d2ba44baab4270e030442832;hpb=759834aef5d75034e7092013801d1f957a989b8f diff --git a/src/qtui/chatscene.h b/src/qtui/chatscene.h index cd71aac8..22dcb479 100644 --- a/src/qtui/chatscene.h +++ b/src/qtui/chatscene.h @@ -62,6 +62,7 @@ class ChatScene : public QGraphicsScene { protected slots: void rowsInserted(const QModelIndex &, int, int); + void modelReset(); private slots: void rectChanged(const QRectF &);