forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/9.0' into 10.0
Conflicts: src/plugins/texteditor/codestyleselectorwidget.cpp src/plugins/updateinfo/updateinfoplugin.cpp Change-Id: Iac33b852ccef6018bd81188716526aa70c3f5a2d
This commit is contained in:
@@ -207,8 +207,10 @@ void CodeStyleSelectorWidget::slotImportClicked()
|
||||
if (importedStyle)
|
||||
m_codeStyle->setCurrentDelegate(importedStyle);
|
||||
else
|
||||
QMessageBox::warning(this, Tr::tr("Import Code Style"),
|
||||
Tr::tr("Cannot import code style from %1"), fileName.toUserOutput());
|
||||
QMessageBox::warning(this,
|
||||
Tr::tr("Import Code Style"),
|
||||
Tr::tr("Cannot import code style from %1")
|
||||
.arg(fileName.toUserOutput()));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user