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

Martin Gräßlin <[email protected]> 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|                            |[email protected],
                   |                            |[email protected]
           Assignee|[email protected]      |[email protected]
             Status|UNCONFIRMED                 |CONFIRMED

--- Comment #4 from Martin Gräßlin <[email protected]> ---
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