Change Selection Behaviour
[quassel.git] / src / qtui / chatview.h
index 76cefd0..e037e46 100644 (file)
@@ -117,7 +117,7 @@ private:
     int _scrollOffset;
     bool _invalidateFilter;
     QSet<ChatLine *> _linesWithCache;
-       qint64 _lastTouchStart = 0;
+       bool _firstTouchUpdateHappened = false;
 };