Rework selections to make them not fail with weird button combinations
[quassel.git] / src / qtui / chatscene.h
index ce56f6b..17c009c 100644 (file)
@@ -28,7 +28,6 @@
 #include "types.h"
 
 class AbstractUiMsg;
-class BufferId;
 class ChatItem;
 class ChatLine;
 class ColumnHandleItem;
@@ -98,6 +97,7 @@ class ChatScene : public QGraphicsScene {
     int _selectionStartCol, _selectionMinCol;
     int _selectionStart;
     int _selectionEnd;
+    int _firstSelectionRow, _lastSelectionRow;
     bool _isSelecting;
 
     bool _fetchingBacklog;