add images feature to extweather (apiver == 2)

This commit is contained in:
arcan1s
2015-08-31 00:16:04 +03:00
parent 4c27382467
commit cc2b1b7b8a
31 changed files with 298 additions and 136 deletions

View File

@ -26,11 +26,14 @@
#endif /* LOG_FORMAT */
// define info log level
#if QT_VERSION < QT_VERSION_CHECK(5, 5, 0)
#ifndef qCInfo
// #if QT_VERSION < QT_VERSION_CHECK(5, 5, 0)
// #ifndef qCInfo
// redefine info because it doesn't log properly
#ifdef qCInfo
#undef qCInfo
#define qCInfo qCDebug
#endif /* qCInfo */
#endif /* QT_VERSION */
// #endif /* QT_VERSION */
Q_DECLARE_LOGGING_CATEGORY(LOG_AW)