diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-04-27 02:49:18 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-04-27 02:49:18 (GMT) |
commit | ecf0a1937d81e047e25ac551703a77f75767d881 (patch) | |
tree | c89fe2890d96fd65713951403c28714c5ab48f05 /src/declarative/fx/qfxpathview_p.h | |
parent | f1326b02c582b5044b8a2f491eed649020846111 (diff) | |
download | Qt-ecf0a1937d81e047e25ac551703a77f75767d881.zip Qt-ecf0a1937d81e047e25ac551703a77f75767d881.tar.gz Qt-ecf0a1937d81e047e25ac551703a77f75767d881.tar.bz2 |
Rename GfxValue to QmlTimeLineValue.
Diffstat (limited to 'src/declarative/fx/qfxpathview_p.h')
-rw-r--r-- | src/declarative/fx/qfxpathview_p.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxpathview_p.h b/src/declarative/fx/qfxpathview_p.h index 43f4ffa..a19d778 100644 --- a/src/declarative/fx/qfxpathview_p.h +++ b/src/declarative/fx/qfxpathview_p.h @@ -58,6 +58,7 @@ #include "qfxitem_p.h" #include "qfxvisualitemmodel.h" #include "qml.h" +#include "qmltimelinevalueproxy.h" #include "private/qmlanimation_p.h" QT_BEGIN_NAMESPACE @@ -115,7 +116,7 @@ public: qreal snapPos; qreal dragMargin; QmlTimeLine tl; - GfxValueProxy<QFxPathViewPrivate> moveOffset; + QmlTimeLineValueProxy<QFxPathViewPrivate> moveOffset; QmlTimeLineEvent fixupOffsetEvent; int firstIndex; int pathItems; |