diff options
| author | Jos van den Oever <jos@vandenoever.info> | 2018-12-19 00:26:18 +0100 | 
|---|---|---|
| committer | Jos van den Oever <jos@vandenoever.info> | 2018-12-19 00:26:18 +0100 | 
| commit | 16eea19c5b79efe75ef8b223b107a234e54f918e (patch) | |
| tree | 40bf9d82e5044f213f78298b204c30ab4fec4ccd | |
| parent | 6a185285ae44ed182dbab9206b9092f78c7d3714 (diff) | |
| download | kconfig-16eea19c5b79efe75ef8b223b107a234e54f918e.tar.gz kconfig-16eea19c5b79efe75ef8b223b107a234e54f918e.tar.bz2 | |
Remove unneeded qWarning
| -rw-r--r-- | autotests/kconfigtest.cpp | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/autotests/kconfigtest.cpp b/autotests/kconfigtest.cpp index a60ea57a..9ce8d469 100644 --- a/autotests/kconfigtest.cpp +++ b/autotests/kconfigtest.cpp @@ -1723,7 +1723,6 @@ void KConfigTest::testQByteArrayUtf8()  {      QTemporaryFile file;      QVERIFY(file.open()); -    qWarning() << file.fileName();      KConfig config(file.fileName(), KConfig::SimpleConfig);      KConfigGroup general(&config, "General");      QByteArray bytes(256, '\0'); @@ -1753,7 +1752,6 @@ void KConfigTest::testNewlines()      // test that kconfig always uses the native line endings      QTemporaryFile file;      QVERIFY(file.open()); -    qWarning() << file.fileName();      KConfig anonConfig(file.fileName(), KConfig::SimpleConfig);      KConfigGroup general(&anonConfig, "General");      general.writeEntry("Foo", "Bar"); | 
