X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatview.h;h=8b50c55ea7b84340bebd38e5b2b845ba7212969f;hp=76cefd0ddddf06b337394ae9502de4d98d0dc419;hb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;hpb=29c7d46de1bb0703e51033ddcec34cb785d6f8c6 diff --git a/src/qtui/chatview.h b/src/qtui/chatview.h index 76cefd0d..8b50c55e 100644 --- a/src/qtui/chatview.h +++ b/src/qtui/chatview.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2016 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -117,7 +117,7 @@ private: int _scrollOffset; bool _invalidateFilter; QSet _linesWithCache; - qint64 _lastTouchStart = 0; + bool _firstTouchUpdateHappened = false; };