mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-25 07:57:19 +00:00
drop qcinfo support (it will be moved to additional patch)
This commit is contained in:
parent
919a10fff6
commit
68dd2432cd
@ -28,15 +28,11 @@
|
|||||||
"category}][%{function}] %{message}"
|
"category}][%{function}] %{message}"
|
||||||
#endif /* LOG_FORMAT */
|
#endif /* LOG_FORMAT */
|
||||||
|
|
||||||
// define info log level
|
|
||||||
// #if QT_VERSION < QT_VERSION_CHECK(5, 5, 0)
|
|
||||||
// #ifndef qCInfo
|
|
||||||
// redefine info because it doesn't log properly
|
// redefine info because it doesn't log properly
|
||||||
#ifdef qCInfo
|
#ifdef qCInfo
|
||||||
#undef qCInfo
|
#undef qCInfo
|
||||||
#endif /* qCInfo */
|
#endif /* qCInfo */
|
||||||
#define qCInfo qCDebug
|
#define qCInfo qCDebug
|
||||||
// #endif /* QT_VERSION */
|
|
||||||
|
|
||||||
|
|
||||||
Q_DECLARE_LOGGING_CATEGORY(LOG_AW)
|
Q_DECLARE_LOGGING_CATEGORY(LOG_AW)
|
||||||
|
Loading…
Reference in New Issue
Block a user