Change Selection Behaviour
[quassel.git] / src / uisupport / treeviewtouch.h
index e843144..efbdf4a 100644 (file)
@@ -36,8 +36,8 @@ protected:
        virtual void mousePressEvent(QMouseEvent *event);
 
 private:
-       qint64 _lastTouchStart = 0;
        bool _touchScrollInProgress = false;
+       bool _firstTouchUpdateHappened = false;
 };
 
 #endif
\ No newline at end of file