From 843202b6083f2b9d01391558b7e6e3e0d014cca6 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Sat, 25 Jan 2014 22:22:47 +0100 Subject: 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 --- src/qml/qml/qqmldata_p.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qml/qml') 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 #include +#include QT_BEGIN_NAMESPACE -- cgit v1.2.3