https://bugs.kde.org/show_bug.cgi?id=360561

Martin Gräßlin <mgraess...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
            Summary|Error messages : fsrestore1 |KConfig warnings cannot be
                   |conversion to QRect failed  |silenced
            Version|5.6.3                       |5.27.0
            Product|kwin                        |frameworks-kconfig
          Component|general                     |general
                 CC|                            |kdelibs-b...@kde.org,
                   |                            |mgraess...@kde.org
           Assignee|kwin-bugs-n...@kde.org      |matt...@mjdsystems.ca
             Status|UNCONFIRMED                 |CONFIRMED

--- Comment #4 from Martin Gräßlin <mgraess...@kde.org> ---
Reassigning to KConfig. The warning messages are logged by KConfig. See for
example: src/core/kconfiggroup.cpp

    case QMetaType::QRect: {
        const QList<int> list = asIntList(value);

        if (list.count() != 4) {
            qWarning() << errString(pKey, value, aDefault)
                       << formatError(4, list.count());
            return aDefault;
        }

Due to the usage of qWarning instead of qCWarning the warnings cannot be
silenced and clutter xsession-errors.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to