Replace all qWarning and related calls with categorised logging
ClosedPublic

Authored by ahiemstra on Oct 14 2019, 11:12 AM.

Details

Summary

This replaces all uncategorised qWarning() calls with calls to qCWarning(), using the
kf5.ki18n category for the main warnings, with kf5.ki18n.kuit used for warnings
produced by the kuit code.

Test Plan

Tests still pass, warnings printed by ki18n during tests now use categorised logging.

Diff Detail

Repository
R249 KI18n
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
ahiemstra created this revision.Oct 14 2019, 11:12 AM
Restricted Application added a project: Frameworks. · View Herald TranscriptOct 14 2019, 11:12 AM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
ahiemstra requested review of this revision.Oct 14 2019, 11:12 AM
apol accepted this revision.Oct 14 2019, 12:26 PM
This revision is now accepted and ready to land.Oct 14 2019, 12:26 PM
This revision was automatically updated to reflect the committed changes.