Make various Q_LOGGING_CATEGORY's static

Change-Id: I43d3a198b0863d85a7fb305c7cb768f68acbd139
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Alessandro Portale
2020-01-15 14:39:23 +01:00
parent f407193dba
commit 9904464074
43 changed files with 46 additions and 46 deletions

View File

@@ -49,7 +49,7 @@ using Font = QFont;
using Context = QPainter;
namespace {
Q_LOGGING_CATEGORY(log, "qlitehtml", QtCriticalMsg)
static Q_LOGGING_CATEGORY(log, "qlitehtml", QtCriticalMsg)
}
static QFont toQFont(litehtml::uint_ptr hFont)