X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fchatscene.h;h=fd72010670ece4e05d44a015e4831df34c333355;hb=da2b5b2e4e2b0ea1847a0a5f0cb4a3752fc655c9;hp=8122872fcdfaadd2b2b38fafa7dd684bd501bea2;hpb=4fdf00a414eba03fb95cade3aca3ba53705c7b97;p=quassel.git diff --git a/src/qtui/chatscene.h b/src/qtui/chatscene.h index 8122872f..fd720106 100644 --- a/src/qtui/chatscene.h +++ b/src/qtui/chatscene.h @@ -45,11 +45,12 @@ class ChatScene : public QGraphicsScene { void setWidth(int); protected slots: - + void rowsInserted(const QModelIndex &, int, int); void mousePressEvent ( QGraphicsSceneMouseEvent * mouseEvent ); private: - int _width; + int _width, _height; + int _timestampWidth, _senderWidth; MessageModel *_model; QList _lines;