mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-24 15:37:23 +00:00
34 lines
992 B
Diff
34 lines
992 B
Diff
diff --git a/sources/awdebug.h b/sources/awdebug.h
|
|
index 8447c65..4eef49a 100644
|
|
--- a/sources/awdebug.h
|
|
+++ b/sources/awdebug.h
|
|
@@ -23,10 +23,15 @@
|
|
|
|
#include "version.h"
|
|
|
|
+#ifndef qCInfo
|
|
+#define qCInfo qCDebug
|
|
+#endif
|
|
+
|
|
+
|
|
namespace AWDebug
|
|
{
|
|
const char LOG_FORMAT[] = "[%{time "
|
|
- "process}][%{if-debug}DD%{endif}%{if-info}II%{endif}%"
|
|
+ "process}][%{if-debug}DD%{endif}%"
|
|
"{if-warning}WW%{endif}%{if-critical}CC%{endif}%{if-"
|
|
"fatal}FF%{endif}][%{category}][%{function}] "
|
|
"%{message}";
|
|
diff --git a/sources/awesome-widget/plugin/awkeysaggregator.h b/sources/awesome-widget/plugin/awkeysaggregator.h
|
|
index d6d5d1a..ee301df 100644
|
|
--- a/sources/awesome-widget/plugin/awkeysaggregator.h
|
|
+++ b/sources/awesome-widget/plugin/awkeysaggregator.h
|
|
@@ -21,6 +21,7 @@
|
|
|
|
#include <QHash>
|
|
#include <QObject>
|
|
+#include <QStringList>
|
|
|
|
|
|
class AWFormatterHelper;
|