forked from qt-creator/qt-creator
Vcs: Allow multiple flags in parameter widgets
Refactor combobox values to use %1 as a placeholder for values Change-Id: I9a9bb6b9ba5c21bcaad4a3047d322856225892bc Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
0b0f84c639
commit
48b9747550
@@ -278,7 +278,7 @@ public:
|
||||
<< ComboBoxItem(tr("Moderately short"), QLatin1String("short"))
|
||||
<< ComboBoxItem(tr("One line"), QLatin1String("line"))
|
||||
<< ComboBoxItem(tr("GNU ChangeLog"), QLatin1String("gnu-changelog"));
|
||||
mapSetting(addComboBox(QLatin1String("--log-format"), logChoices),
|
||||
mapSetting(addComboBox(QStringList(QLatin1String("--log-format=%1")), logChoices),
|
||||
m_client->settings()->stringPointer(BazaarSettings::logFormatKey));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user