diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-02-24 07:03:42 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-02-24 07:04:27 (GMT) |
commit | 7eb5fc91a30a360507a65c19b6a3b96f757c2c4e (patch) | |
tree | 390b0010e1f7be48aeb8cf143d6ec1aaa1a80b7d /tools/qml | |
parent | 40256d682e1a552c9566a744a66cc6fe008b578b (diff) | |
download | Qt-7eb5fc91a30a360507a65c19b6a3b96f757c2c4e.zip Qt-7eb5fc91a30a360507a65c19b6a3b96f757c2c4e.tar.gz Qt-7eb5fc91a30a360507a65c19b6a3b96f757c2c4e.tar.bz2 |
Simplify QML element registration headers
Diffstat (limited to 'tools/qml')
-rw-r--r-- | tools/qml/qdeclarativefolderlistmodel.h | 2 | ||||
-rw-r--r-- | tools/qml/qfxtester.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tools/qml/qdeclarativefolderlistmodel.h b/tools/qml/qdeclarativefolderlistmodel.h index c16b44c..57b7fe5 100644 --- a/tools/qml/qdeclarativefolderlistmodel.h +++ b/tools/qml/qdeclarativefolderlistmodel.h @@ -43,6 +43,8 @@ #define QDECLARATIVEFOLDERLISTMODEL_H #include <qdeclarative.h> +#include <QStringList> +#include <QUrl> #include "../../src/declarative/3rdparty/qlistmodelinterface_p.h" QT_BEGIN_NAMESPACE diff --git a/tools/qml/qfxtester.h b/tools/qml/qfxtester.h index 3b935d8..1a9f077 100644 --- a/tools/qml/qfxtester.h +++ b/tools/qml/qfxtester.h @@ -45,6 +45,8 @@ #include <QEvent> #include <QMouseEvent> #include <QKeyEvent> +#include <QImage> +#include <QUrl> #include <qmlruntime.h> QT_BEGIN_NAMESPACE |