drop qcinfo support (it will be moved to additional patch)

This commit is contained in:
arcan1s 2015-10-22 05:01:38 +03:00
parent 919a10fff6
commit 68dd2432cd

View File

@ -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)