X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatview.h;h=f013af55e5638b0edbee1a2401944d41303f4f89;hp=22de3974cfe3702039e358a393c3bea852686444;hb=bd0b31b38c8111206ce630dbeac7a6c19bdb8a6e;hpb=d04e108c6bf0405c4a4855d3c4d2df7beb817b40 diff --git a/src/qtui/chatview.h b/src/qtui/chatview.h index 22de3974..f013af55 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; };