Merge remote-tracking branch 'origin/4.10'

Conflicts:
	cmake/QtCreatorIDEBranding.cmake
	qbs/modules/qtc/qtc.qbs
	qtcreator_ide_branding.pri
	src/plugins/projectexplorer/gcctoolchain.cpp
	src/plugins/qmldesigner/components/stateseditor/stateseditormodel.cpp

Change-Id: Iffdf48e782a734107ea170ebb3812e997cea0e7b
This commit is contained in:
Eike Ziller
2019-09-12 09:08:04 +02:00
39 changed files with 234 additions and 81 deletions

View File

@@ -450,6 +450,10 @@ void PathChooser::slotBrowse()
break;
}
// work around QTBUG-61004 / QTCREATORBUG-22906
window()->raise();
window()->activateWindow();
// Delete trailing slashes unless it is "/"|"\\", only
if (!newPath.isEmpty()) {
newPath = QDir::toNativeSeparators(newPath);