[plasma-workspace] shell: Check for errors when the GetConfigOperation returns

Aleix Pol aleixpol at kde.org
Sat Jan 3 16:21:21 UTC 2015


On Sat, Jan 3, 2015 at 12:35 AM, David Edmundson
<david at davidedmundson.co.uk> wrote:
> The handler is:
>
> void noMessageOutput(QtMsgType type, const char *msg)
> {
>      Q_UNUSED(type);
>      Q_UNUSED(msg);
> }
>
> that's going to block warnings too.

Then let's change it to:
QLoggingCategory::setFilterRules(QStringLiteral("*.debug=false\ndefault.debug=true\n"));

Can anybody do it? if not I'll do it next week (sorry).

Aleix


More information about the Plasma-devel mailing list