X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fchatview.h;h=22de3974cfe3702039e358a393c3bea852686444;hb=19740eba83b9d776d8f62cae02762ee3b08e3b67;hp=9d7f3a981ca6624b7210b7bc53d1be6fdd4e94f7;hpb=9d54503555534a2c554f09a33df6afa33d6308ec;p=quassel.git diff --git a/src/qtui/chatview.h b/src/qtui/chatview.h index 9d7f3a98..22de3974 100644 --- a/src/qtui/chatview.h +++ b/src/qtui/chatview.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 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; + qint64 _lastTouchStart = 0; };