X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatview.h;h=d66ea7ce6df30df6360b5c7865c194854e3fda4f;hp=7607a7d7576275535b9b77ddee69527f8bb5c277;hb=d57c91811b8f989bcaa4d5a238c65e9ffcc3b1d4;hpb=694f9bfbf7f1af19108461c7e00d133e55082bce diff --git a/src/qtui/chatview.h b/src/qtui/chatview.h index 7607a7d7..d66ea7ce 100644 --- a/src/qtui/chatview.h +++ b/src/qtui/chatview.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-09 by the Quassel Project * + * Copyright (C) 2005-2016 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #ifndef CHATVIEW_H_ @@ -117,6 +117,7 @@ private: int _scrollOffset; bool _invalidateFilter; QSet _linesWithCache; + bool _firstTouchUpdateHappened = false; };