From 68dd2432cd403526443e61ae58343cfa8bbead9f Mon Sep 17 00:00:00 2001 From: arcan1s Date: Thu, 22 Oct 2015 05:01:38 +0300 Subject: [PATCH] drop qcinfo support (it will be moved to additional patch) --- sources/awdebug.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sources/awdebug.h b/sources/awdebug.h index 8b37523..48dc580 100644 --- a/sources/awdebug.h +++ b/sources/awdebug.h @@ -28,15 +28,11 @@ "category}][%{function}] %{message}" #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 #ifdef qCInfo #undef qCInfo #endif /* qCInfo */ #define qCInfo qCDebug -// #endif /* QT_VERSION */ Q_DECLARE_LOGGING_CATEGORY(LOG_AW)