summaryrefslogtreecommitdiffstats
path: root/tests/auto/compilerwarnings
diff options
context:
space:
mode:
authorOlivier Goffart <olivier.goffart@nokia.com>2010-08-09 11:58:40 +0200
committerOlivier Goffart <olivier.goffart@nokia.com>2010-08-09 12:17:21 +0200
commitddd2a54224e651ff45af834201eec1be2c56d583 (patch)
tree44e1d560f1e720d34333588b14643d5da44d1b39 /tests/auto/compilerwarnings
parent4f2f48caae2ae18336bff10bb1e1ab07f2dd4650 (diff)
QtDeclarative: get rid of warnings in public header
warning: use of old-style cast Reviewed-by: brad
Diffstat (limited to 'tests/auto/compilerwarnings')
-rw-r--r--tests/auto/compilerwarnings/test_cpp.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/compilerwarnings/test_cpp.txt b/tests/auto/compilerwarnings/test_cpp.txt
index 62b35eb169..1d317b8ed8 100644
--- a/tests/auto/compilerwarnings/test_cpp.txt
+++ b/tests/auto/compilerwarnings/test_cpp.txt
@@ -58,6 +58,9 @@
#include <QtDBus/QtDBus>
#endif
+#include <QtDeclarative/QtDeclarative>
+
+
#ifndef Q_OS_MAC
int main(int, char **)
{