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 /tests/auto/declarative/qdeclarativemoduleplugin | |
parent | 40256d682e1a552c9566a744a66cc6fe008b578b (diff) | |
download | Qt-7eb5fc91a30a360507a65c19b6a3b96f757c2c4e.zip Qt-7eb5fc91a30a360507a65c19b6a3b96f757c2c4e.tar.gz Qt-7eb5fc91a30a360507a65c19b6a3b96f757c2c4e.tar.bz2 |
Simplify QML element registration headers
Diffstat (limited to 'tests/auto/declarative/qdeclarativemoduleplugin')
-rw-r--r-- | tests/auto/declarative/qdeclarativemoduleplugin/plugin/plugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativemoduleplugin/plugin/plugin.cpp b/tests/auto/declarative/qdeclarativemoduleplugin/plugin/plugin.cpp index 6433791..154693c 100644 --- a/tests/auto/declarative/qdeclarativemoduleplugin/plugin/plugin.cpp +++ b/tests/auto/declarative/qdeclarativemoduleplugin/plugin/plugin.cpp @@ -38,6 +38,7 @@ ** $QT_END_LICENSE$ ** ****************************************************************************/ +#include <QStringList> #include <QtDeclarative/qdeclarativeextensionplugin.h> #include <QtDeclarative/qdeclarative.h> #include <QDebug> |