aboutsummaryrefslogtreecommitdiff
path: root/autotests/kconfigtest.cpp
diff options
context:
space:
mode:
authorJos van den Oever <jos@vandenoever.info>2018-12-19 00:26:18 +0100
committerJos van den Oever <jos@vandenoever.info>2018-12-19 00:26:18 +0100
commit16eea19c5b79efe75ef8b223b107a234e54f918e (patch)
tree40bf9d82e5044f213f78298b204c30ab4fec4ccd /autotests/kconfigtest.cpp
parent6a185285ae44ed182dbab9206b9092f78c7d3714 (diff)
downloadkconfig-16eea19c5b79efe75ef8b223b107a234e54f918e.tar.gz
kconfig-16eea19c5b79efe75ef8b223b107a234e54f918e.tar.bz2
Remove unneeded qWarning
Diffstat (limited to 'autotests/kconfigtest.cpp')
-rw-r--r--autotests/kconfigtest.cpp2
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");