aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmldata_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2014-01-25 22:22:47 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-05 18:29:23 +0100
commit843202b6083f2b9d01391558b7e6e3e0d014cca6 (patch)
tree55fb1d2ee3e5c882ef9b70fc72eaeca0b7724d56 /src/qml/qml/qqmldata_p.h
parentd89e2698669db83f0b3591ac43f054aacc8bfc85 (diff)
Move PersistenValue and WeakValue into it's own file
They deserve having their own set of files, and it helps reduce dependencies. Change-Id: Ifd4394f88ef51cbccc61bf92dd20636f570141d9 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/qml/qqmldata_p.h')
-rw-r--r--src/qml/qml/qqmldata_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/qml/qqmldata_p.h b/src/qml/qml/qqmldata_p.h
index f29b54dda2..93060e97fb 100644
--- a/src/qml/qml/qqmldata_p.h
+++ b/src/qml/qml/qqmldata_p.h
@@ -57,6 +57,7 @@
#include <private/qobject_p.h>
#include <private/qv4value_inl_p.h>
+#include <private/qv4persistent_p.h>
QT_BEGIN_NAMESPACE