X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatscene.h;h=a1a32d101e676a2ac9bd8b9b51161ef785672050;hp=9d8a5651e00b433b791cb5df2613639a4ec548ee;hb=5b0af9082dcf0672a98391ac12c6e6bbaaff7a64;hpb=0072d69c3387cad4e393968647e0f2894aed6877 diff --git a/src/qtui/chatscene.h b/src/qtui/chatscene.h index 9d8a5651..a1a32d10 100644 --- a/src/qtui/chatscene.h +++ b/src/qtui/chatscene.h @@ -47,6 +47,7 @@ class ChatScene : public QGraphicsScene { private slots: void rectChanged(const QRectF &); + void handlePositionChanged(qreal xpos); signals: void heightChanged(qreal height);