X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatscene.h;h=6595ea4ff6772899766a22f62e04871284542777;hp=82ccacc28220f6946c8b319c998e052ff56574bd;hb=9fd12737c55a0119801c90c399c926b35ffee708;hpb=2f7cc62b4d9091d026316d0f0823ac4a6236cad8 diff --git a/src/qtui/chatscene.h b/src/qtui/chatscene.h index 82ccacc2..6595ea4f 100644 --- a/src/qtui/chatscene.h +++ b/src/qtui/chatscene.h @@ -108,7 +108,7 @@ public: public slots: void updateForViewport(qreal width, qreal height); void setWidth(qreal width); - void layout(qreal width = -1); + void layout(int start, int end, qreal width); // these are used by the chatitems to notify the scene and manage selections void setSelectingItem(ChatItem *item);