diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-12-09 01:30:16 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-12-09 01:30:16 (GMT) |
commit | 31156004ac128a3d35870e3cc8b198515fa7b4d9 (patch) | |
tree | 84977b1b874c1cf3283ccf94fde73b2c0f80ed07 /src/declarative/util/qmlxmllistmodel_p.h | |
parent | f20997a48c13736419ec2702a671d3ef72d6705e (diff) | |
download | Qt-31156004ac128a3d35870e3cc8b198515fa7b4d9.zip Qt-31156004ac128a3d35870e3cc8b198515fa7b4d9.tar.gz Qt-31156004ac128a3d35870e3cc8b198515fa7b4d9.tar.bz2 |
Allow tests that use private headers to compile.
(while not using private/*_p.h, since that makes module require private/ copies)
Diffstat (limited to 'src/declarative/util/qmlxmllistmodel_p.h')
-rw-r--r-- | src/declarative/util/qmlxmllistmodel_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qmlxmllistmodel_p.h b/src/declarative/util/qmlxmllistmodel_p.h index e645740..67fc751 100644 --- a/src/declarative/util/qmlxmllistmodel_p.h +++ b/src/declarative/util/qmlxmllistmodel_p.h @@ -45,7 +45,7 @@ #include <qml.h> #include <qmlinfo.h> -#include <qlistmodelinterface_p.h> +#include "../3rdparty/qlistmodelinterface_p.h" QT_BEGIN_HEADER |