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

@@ -84,7 +84,7 @@ enum { defaultMaxHangTimerCount = 10 };
namespace Utils {
Q_LOGGING_CATEGORY(processLog, "qtc.utils.synchronousprocess", QtWarningMsg);
static Q_LOGGING_CATEGORY(processLog, "qtc.utils.synchronousprocess", QtWarningMsg);
// A special QProcess derivative allowing for terminal control.
class TerminalControllingProcess : public QProcess {