aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickdrag_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-05-08 16:22:39 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-05-08 19:57:01 +0200
commit995d65f3f4f348757363ba2a3a3c3444aa281b4e (patch)
treecae5c176847609abc33f51c065aa38b38cd6b9b9 /src/quick/items/qquickdrag_p.h
parent2b0d3bf812273e762e7aa27a58909ade59590c0f (diff)
Cleanup v8 dependencies from QQmlV8Function
... and rename it to QQmlV4Function Change-Id: Iad72347babf62691e26306877d4f229fda127eb7 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/quick/items/qquickdrag_p.h')
-rw-r--r--src/quick/items/qquickdrag_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/items/qquickdrag_p.h b/src/quick/items/qquickdrag_p.h
index c1835d9504..b7fa60b748 100644
--- a/src/quick/items/qquickdrag_p.h
+++ b/src/quick/items/qquickdrag_p.h
@@ -141,7 +141,7 @@ private:
friend class QQuickDragAttachedPrivate;
};
-class QQmlV8Function;
+class QQmlV4Function;
class QQuickDragAttachedPrivate;
class QQuickDragAttached : public QObject
@@ -184,7 +184,7 @@ public:
bool event(QEvent *event);
public Q_SLOTS:
- void start(QQmlV8Function *);
+ void start(QQmlV4Function *);
void cancel();
Q_SIGNALS: