Method stub for implementing multiline selections next
[quassel.git] / src / qtui / chatscene.h
index 8fd5bf4..7bfd6eb 100644 (file)
@@ -48,6 +48,7 @@ class ChatScene : public QGraphicsScene {
     // these are used by the chatitems to notify the scene
     void setSelectingItem(ChatItem *item);
     ChatItem *selectingItem() const { return _selectingItem; }
+    void startGlobalSelection(ChatItem *item);
 
   signals:
     void heightChanged(qreal height);