X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatscene.h;h=22dcb479a7dd289a1d7c7c84ca1e9a24df702e4e;hp=cd71aac833aa2f8fc3bacbd956891d2bd9b942ba;hb=ddba2696fe051b472d6670e225e67c2f6f1972ce;hpb=b8393cf7150270830deb26e9621f642ffff77d4c 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 &);