forked from qt-creator/qt-creator
Custom signature support.
Not able to give it an additional passphrase yet, though.
This commit is contained in:
@@ -237,7 +237,7 @@ ShadowBuildPage::ShadowBuildPage(CMakeOpenProjectWizard *cmakeWizard, bool chang
|
||||
fl->addWidget(label);
|
||||
m_pc = new Core::Utils::PathChooser(this);
|
||||
m_pc->setPath(m_cmakeWizard->buildDirectory());
|
||||
connect(m_pc, SIGNAL(changed()), this, SLOT(buildDirectoryChanged()));
|
||||
connect(m_pc, SIGNAL(changed(QString)), this, SLOT(buildDirectoryChanged()));
|
||||
fl->addRow(tr("Build directory:"), m_pc);
|
||||
}
|
||||
|
||||
|
||||
@@ -267,7 +267,7 @@ CMakeRunConfigurationWidget::CMakeRunConfigurationWidget(CMakeRunConfiguration *
|
||||
boxLayout->addWidget(m_systemEnvironmentRadioButton);
|
||||
boxLayout->addWidget(m_buildEnvironmentRadioButton);
|
||||
|
||||
connect(m_workingDirectoryEdit, SIGNAL(changed()),
|
||||
connect(m_workingDirectoryEdit, SIGNAL(changed(QString)),
|
||||
this, SLOT(setWorkingDirectory()));
|
||||
|
||||
connect(resetButton, SIGNAL(clicked()),
|
||||
|
||||
Reference in New Issue
Block a user