Install a categories file for KDebugSettings
ClosedPublic

Authored by kossebau on Apr 29 2017, 10:47 PM.

Diff Detail

Repository
R33 KDevPlatform
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
kossebau created this revision.Apr 29 2017, 10:47 PM
Restricted Application added a subscriber: kdevelop-devel. · View Herald TranscriptApr 29 2017, 10:47 PM

Ah, this worked only for me because from experimenting I still had the line

QLoggingCategory::setFilterRules(QStringLiteral("*.debug=false\ndefault.debug=true\n"));

in KDevelop's app/main.cpp commented out, so it would not overrule the qtlogging.ini settings as written by kdebugsettings.
D5666 will make that line no longer needed, so once that is in and a similar patch for the other kdev* sources, that line could be removed and this patch will make sense and people can start using kdebugsettings with kdevelop :)

kfunk accepted this revision.May 10 2017, 2:08 PM
This revision is now accepted and ready to land.May 10 2017, 2:08 PM
This revision was automatically updated to reflect the committed changes.