X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatscene.h;h=a0bcefc015fa171e72408116cd9c4a03f675f8af;hp=fd72010670ece4e05d44a015e4831df34c333355;hb=99bb37d9938f3d88ce7551ded454146359fadc03;hpb=8bf92d33ac84cfede11b2361832607bea98f64c8;ds=sidebyside diff --git a/src/qtui/chatscene.h b/src/qtui/chatscene.h index fd720106..a0bcefc0 100644 --- a/src/qtui/chatscene.h +++ b/src/qtui/chatscene.h @@ -44,6 +44,9 @@ class ChatScene : public QGraphicsScene { public slots: void setWidth(int); + signals: + void heightChanged(int height); + protected slots: void rowsInserted(const QModelIndex &, int, int); void mousePressEvent ( QGraphicsSceneMouseEvent * mouseEvent );