X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fchatview.h;h=3061c18937c0a8fc52c9881a8f803df412665ac2;hb=46a187906552a6e07fd99e2f8b8c1b318f623dd3;hp=7869ab2d78b5426a7e8394960befe2e13443b66c;hpb=04315f46a16fc3627218377071e008b6b9744992;p=quassel.git diff --git a/src/qtui/chatview.h b/src/qtui/chatview.h index 7869ab2d..3061c189 100644 --- a/src/qtui/chatview.h +++ b/src/qtui/chatview.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 by the Quassel Project * + * Copyright (C) 2005-2015 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -117,6 +117,7 @@ private: int _scrollOffset; bool _invalidateFilter; QSet _linesWithCache; + bool _firstTouchUpdateHappened = false; };