X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatscene.h;h=70605ccdfb97942ff5929f4c13a3bf89f90c0ff7;hp=62a65f2d706135b97ba7ca12b506a05d342988c0;hb=d7acce94cb3a4090e31919c90644f9df5ad81c37;hpb=8efabae6c310d17265eaeb03df43ffe8b555a52e diff --git a/src/qtui/chatscene.h b/src/qtui/chatscene.h index 62a65f2d..70605ccd 100644 --- a/src/qtui/chatscene.h +++ b/src/qtui/chatscene.h @@ -68,6 +68,7 @@ class ChatScene : public QGraphicsScene { private: void updateSelection(const QPointF &pos); + QString selectionToString() const; QString _idString; qreal _width, _height;