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