diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2009-11-11 03:44:35 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2009-11-11 03:44:35 (GMT) |
commit | 31feeb0aa28f89d66c4af874d8e556141bb6c1f4 (patch) | |
tree | 38f623507392cff6c48c1bb98b7787bec5d66e1a /src/declarative/util | |
parent | 22fe9474b01c577337e43416666a8f90d0ad6064 (diff) | |
download | Qt-31feeb0aa28f89d66c4af874d8e556141bb6c1f4.zip Qt-31feeb0aa28f89d66c4af874d8e556141bb6c1f4.tar.gz Qt-31feeb0aa28f89d66c4af874d8e556141bb6c1f4.tar.bz2 |
Make QmlPropertyMap public
Diffstat (limited to 'src/declarative/util')
-rw-r--r-- | src/declarative/util/qmlpropertymap.cpp | 2 | ||||
-rw-r--r-- | src/declarative/util/qmlpropertymap.h (renamed from src/declarative/util/qmlpropertymap_p.h) | 0 | ||||
-rw-r--r-- | src/declarative/util/util.pri | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/util/qmlpropertymap.cpp b/src/declarative/util/qmlpropertymap.cpp index 8abf09f..c0e3340 100644 --- a/src/declarative/util/qmlpropertymap.cpp +++ b/src/declarative/util/qmlpropertymap.cpp @@ -39,7 +39,7 @@ ** ****************************************************************************/ -#include "qmlpropertymap_p.h" +#include "qmlpropertymap.h" #include <private/qmlopenmetaobject_p.h> #include <QDebug> diff --git a/src/declarative/util/qmlpropertymap_p.h b/src/declarative/util/qmlpropertymap.h index bb397fe..bb397fe 100644 --- a/src/declarative/util/qmlpropertymap_p.h +++ b/src/declarative/util/qmlpropertymap.h diff --git a/src/declarative/util/util.pri b/src/declarative/util/util.pri index f955ef6..e043cca 100644 --- a/src/declarative/util/util.pri +++ b/src/declarative/util/util.pri @@ -48,5 +48,5 @@ HEADERS += \ util/qmltimeline_p_p.h \ util/qmltimer_p.h \ util/qmlbind_p.h \ - util/qmlpropertymap_p.h \ + util/qmlpropertymap.h \ util/qmlpixmapcache_p.h |