forked from qt-creator/qt-creator
Compile
This commit is contained in:
@@ -41,7 +41,7 @@ OptionsPageWidget::OptionsPageWidget(QWidget *parent) :
|
||||
QWidget(parent)
|
||||
{
|
||||
m_ui.setupUi(this);
|
||||
m_ui.commandChooser->setExpectedKind(Core::Utils::PathChooser::Command);
|
||||
m_ui.commandChooser->setExpectedKind(Utils::PathChooser::Command);
|
||||
m_ui.commandChooser->setPromptDialogTitle(tr("Mercurial Command"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user