Use KF-standardized Qt logging categories

See https://community.kde.org/Frameworks/Frameworks_Logging_Policy
This commit is contained in:
Friedrich W. H. Kossebau
2020-07-13 04:01:44 +02:00
parent d1136c4bac
commit 9a04f2637f
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@
typedef unsigned char uchar;
Q_LOGGING_CATEGORY(HDRPLUGIN, "kf5.kimageformats.hdrplugin", QtWarningMsg)
Q_LOGGING_CATEGORY(HDRPLUGIN, "kf.imageformats.plugins.hdr", QtWarningMsg)
namespace // Private.
{