mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-06 02:15:52 +00:00
add images feature to extweather (apiver == 2)
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user