https://bugs.kde.org/show_bug.cgi?id=459337
--- Comment #1 from Dawid Wróbel <m...@dawidwrobel.com> --- The error reported is: QWARN : KConfigTest::initTestCase() kf.config.core: KConfigGroup::writeEntry was passed GUI type ' QColor ' but KConfigGui isn't linked! If it is linked to your program, this is a platform bug. Please inform the KDE developers QWARN : KConfigTest::initTestCase() kf.config.core: KConfigGroup::writeEntry was passed GUI type ' QColor ' but KConfigGui isn't linked! If it is linked to your program, this is a platform bug. Please inform the KDE developers QWARN : KConfigTest::initTestCase() kf.config.core: KConfigGroup::writeEntry was passed GUI type ' QFont ' but KConfigGui isn't linked! If it is linked to your program, this is a platform bug. Please inform the KDE developers PASS : KConfigTest::initTestCase() QWARN : KConfigTest::testComplex() kf.config.core: KConfigGroup::readEntry was passed GUI type ' QColor ' but KConfigGui isn't linked! If it is linked to your program, this is a platform bug. Please inform the KDE developers QWARN : KConfigTest::testComplex() kf.config.core: unhandled type QColor FAIL! : KConfigTest::testComplex() Compared values are not the same Actual (QVariant(sc3.readEntry("colorEntry1", QColor(Qt::black))).toString()): "#000000" Expected (QVariant(s_color_entry1).toString()) : "#4682b4" Loc: [/builds/frameworks/kconfig/autotests/kconfigguitest.cpp(80)] The important bits are: kf.config.core: KConfigGroup::writeEntry was passed GUI type ' QColor '/'QFont' kf.config.core: unhandled type QColor/QFont -- You are receiving this mail because: You are watching all bug changes.