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