Method stub for implementing multiline selections next
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 29 Jul 2008 23:04:42 +0000 (01:04 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 2 Aug 2008 13:17:11 +0000 (15:17 +0200)
src/qtui/chatscene.cpp
src/qtui/chatscene.h

index e4a0bd7..f6a5e33 100644 (file)
@@ -160,3 +160,9 @@ void ChatScene::setSelectingItem(ChatItem *item) {
   if(_selectingItem) _selectingItem->clearSelection();
   _selectingItem = item;
 }
   if(_selectingItem) _selectingItem->clearSelection();
   _selectingItem = item;
 }
+
+void ChatScene::startGlobalSelection(ChatItem *item) {
+
+
+}
+
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; }
     // 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);
 
   signals:
     void heightChanged(qreal height);