mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-07-18 03:54:18 -04:00
Use KF-standardized Qt logging categories
See https://community.kde.org/Frameworks/Frameworks_Logging_Policy
This commit is contained in:
@ -36,7 +36,7 @@
|
||||
#include "gimp_p.h"
|
||||
|
||||
Q_DECLARE_LOGGING_CATEGORY(XCFPLUGIN)
|
||||
Q_LOGGING_CATEGORY(XCFPLUGIN, "xcfplugin", QtWarningMsg)
|
||||
Q_LOGGING_CATEGORY(XCFPLUGIN, "kf.imageformats.plugins.xcf", QtWarningMsg)
|
||||
|
||||
const float INCHESPERMETER = (100.0f / 2.54f);
|
||||
|
||||
|
Reference in New Issue
Block a user