X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatview.h;h=e037e46d28d7534eacec1decc0496344bd3f9952;hp=76cefd0ddddf06b337394ae9502de4d98d0dc419;hb=eb1db9563e94831770974fcbdb864d855c73017a;hpb=de2c1a4f9bbae7070cf8fd8247db765a23d28a9c diff --git a/src/qtui/chatview.h b/src/qtui/chatview.h index 76cefd0d..e037e46d 100644 --- a/src/qtui/chatview.h +++ b/src/qtui/chatview.h @@ -117,7 +117,7 @@ private: int _scrollOffset; bool _invalidateFilter; QSet _linesWithCache; - qint64 _lastTouchStart = 0; + bool _firstTouchUpdateHappened = false; };