forked from qt-creator/qt-creator
Replace a few PathChooser::setPath by setFilePath
Change-Id: I4120aa2fe9584334e7c19ca15a647027e496008e Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -67,7 +67,7 @@ SettingsPageWidget::SettingsPageWidget()
|
||||
|
||||
const ClearCaseSettings &s = ClearCasePlugin::settings();
|
||||
|
||||
m_ui.commandPathChooser->setPath(s.ccCommand);
|
||||
m_ui.commandPathChooser->setFilePath(FilePath::fromString(s.ccCommand));
|
||||
m_ui.timeOutSpinBox->setValue(s.timeOutS);
|
||||
m_ui.autoCheckOutCheckBox->setChecked(s.autoCheckOut);
|
||||
m_ui.noCommentCheckBox->setChecked(s.noComment);
|
||||
|
||||
Reference in New Issue
Block a user