forked from qt-creator/qt-creator
Core: Initialize old log category filter
Change-Id: I732761977b9ca0e14a072f28db0830f57edc6989 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -114,7 +114,7 @@ private:
|
|||||||
bool m_started{false};
|
bool m_started{false};
|
||||||
};
|
};
|
||||||
|
|
||||||
QLoggingCategory::CategoryFilter LogCategoryRegistry::s_oldFilter;
|
QLoggingCategory::CategoryFilter LogCategoryRegistry::s_oldFilter = nullptr;
|
||||||
|
|
||||||
struct SavedEntry
|
struct SavedEntry
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user