diff options
author | Olivier Goffart <olivier.goffart@nokia.com> | 2010-08-09 09:58:40 (GMT) |
---|---|---|
committer | Olivier Goffart <olivier.goffart@nokia.com> | 2010-08-09 10:17:21 (GMT) |
commit | ddd2a54224e651ff45af834201eec1be2c56d583 (patch) | |
tree | 44e1d560f1e720d34333588b14643d5da44d1b39 /tests | |
parent | 4f2f48caae2ae18336bff10bb1e1ab07f2dd4650 (diff) | |
download | Qt-ddd2a54224e651ff45af834201eec1be2c56d583.zip Qt-ddd2a54224e651ff45af834201eec1be2c56d583.tar.gz Qt-ddd2a54224e651ff45af834201eec1be2c56d583.tar.bz2 |
QtDeclarative: get rid of warnings in public header
warning: use of old-style cast
Reviewed-by: brad
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/compilerwarnings/test_cpp.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/compilerwarnings/test_cpp.txt b/tests/auto/compilerwarnings/test_cpp.txt index 62b35eb..1d317b8 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 **) { |