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