diff options
author | Kai Koehne <kai.koehne@digia.com> | 2013-02-19 17:02:54 +0100 |
---|---|---|
committer | Kai Koehne <kai.koehne@digia.com> | 2013-02-21 12:35:59 +0100 |
commit | 9c2b1d2bc29740fa485b52cf21f8839788225ed0 (patch) | |
tree | e6270e5f9c6d22b3e8272873319ce7c2ce90003e /tests/auto/installer/settings | |
parent | 731b2dd006f5089f9bd22e90568a296984211bad (diff) |
Diffstat (limited to 'tests/auto/installer/settings')
-rw-r--r-- | tests/auto/installer/settings/tst_settings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/installer/settings/tst_settings.cpp b/tests/auto/installer/settings/tst_settings.cpp index 4029ace67..c1d607074 100644 --- a/tests/auto/installer/settings/tst_settings.cpp +++ b/tests/auto/installer/settings/tst_settings.cpp @@ -72,6 +72,7 @@ void tst_Settings::loadTutorialConfig() void tst_Settings::loadFullConfig() { + QTest::ignoreMessage(QtWarningMsg, "Deprecated element 'Pages'. "); Settings settings = Settings::fromFileAndPrefix(":///data/full_config.xml", ":///data"); } |