Method stub for implementing multiline selections next
[quassel.git] / src / qtui / chatscene.cpp
index e4a0bd7..f6a5e33 100644 (file)
@@ -160,3 +160,9 @@ void ChatScene::setSelectingItem(ChatItem *item) {
   if(_selectingItem) _selectingItem->clearSelection();
   _selectingItem = item;
 }
+
+void ChatScene::startGlobalSelection(ChatItem *item) {
+
+
+}
+