Merge remote-tracking branch 'origin/4.9'

Conflicts:
	qbs/modules/qtc/qtc.qbs
	qtcreator.pri
	src/plugins/pythoneditor/pythoneditorplugin.cpp

Change-Id: I9a95df5e16b34538539ced7dfc5d326b700794e6
This commit is contained in:
Eike Ziller
2019-04-02 12:22:48 +02:00
170 changed files with 3484 additions and 1979 deletions

View File

@@ -74,7 +74,7 @@ public:
None,
Error, // Red error text
Warning, // Dark yellow warning text
Command, // A bold command with timetamp "10:00 " + "Executing: vcs -diff"
Command, // A bold command with timestamp "10:00 " + "Executing: vcs -diff"
Message, // A blue message text (e.g. "command has finished successfully")
};