X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fchatview.h;h=76cefd0ddddf06b337394ae9502de4d98d0dc419;hb=29c7d46de1bb0703e51033ddcec34cb785d6f8c6;hp=7869ab2d78b5426a7e8394960befe2e13443b66c;hpb=76db8cdfbeffaaba359c8e80cf2146da9e9e7f8a;p=quassel.git diff --git a/src/qtui/chatview.h b/src/qtui/chatview.h index 7869ab2d..76cefd0d 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-2016 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; + qint64 _lastTouchStart = 0; };