Custom signature support.

Not able to give it an additional passphrase yet, though.
This commit is contained in:
con
2009-06-19 17:55:47 +02:00
parent d0c21f9d1e
commit 07187e0a80
14 changed files with 170 additions and 29 deletions

View File

@@ -486,7 +486,7 @@ GenericBuildSettingsWidget::GenericBuildSettingsWidget(GenericProject *project)
m_pathChooser = new Core::Utils::PathChooser(this);
m_pathChooser->setEnabled(true);
fl->addRow(tr("Build directory:"), m_pathChooser);
connect(m_pathChooser, SIGNAL(changed()), this, SLOT(buildDirectoryChanged()));
connect(m_pathChooser, SIGNAL(changed(QString)), this, SLOT(buildDirectoryChanged()));
// tool chain
QComboBox *toolChainChooser = new QComboBox;