diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2010-04-02 16:15:04 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2010-04-02 16:31:56 (GMT) |
commit | 5b1fb5c69b72e954e32ae52d844996840bf43708 (patch) | |
tree | ddc25fedf295a40ab973c0987a439a7a7facefca /tests/auto/headers | |
parent | 0be2652ce6e2703830551a9366c03b7062d5b506 (diff) | |
download | Qt-5b1fb5c69b72e954e32ae52d844996840bf43708.zip Qt-5b1fb5c69b72e954e32ae52d844996840bf43708.tar.gz Qt-5b1fb5c69b72e954e32ae52d844996840bf43708.tar.bz2 |
Autotest: Add QtDeclarative to the "headersclean" test
All public includes are clean for QtDeclarative now.
Diffstat (limited to 'tests/auto/headers')
-rw-r--r-- | tests/auto/headers/headersclean.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/headers/headersclean.cpp b/tests/auto/headers/headersclean.cpp index b932b9f..c98cd10 100644 --- a/tests/auto/headers/headersclean.cpp +++ b/tests/auto/headers/headersclean.cpp @@ -55,7 +55,7 @@ // extra #include <QtDBus/QtDBus> -//#include <QtDeclarative/QtDeclarative> +#include <QtDeclarative/QtDeclarative> #include <QtHelp/QtHelp> #include <QtMultimedia/QtMultimedia> #include <QtOpenGL/QtOpenGL> |