diff options
author | Tobias Hunger <tobias.hunger@nokia.com> | 2011-05-31 10:12:24 +0000 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@nokia.com> | 2011-05-31 12:14:15 +0200 |
commit | f3a529fe319d12487f16b1f6e5732d751a5386e7 (patch) | |
tree | d2f8264c336fd9fed392ae876dc2031ffb6a4371 /src/plugins/vcsbase | |
parent | 83e4a7260dd4131b0028ab3d8fa1bd51bc0e55f7 (diff) | |
download | qt-creator-f3a529fe319d12487f16b1f6e5732d751a5386e7.tar.gz |
VCS: Update default value to current syntax
Change-Id: If640bacd36ad1d6bbffc91bc17a4320e1db34c6a
Reviewed-on: http://codereview.qt.nokia.com/264
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Diffstat (limited to 'src/plugins/vcsbase')
-rw-r--r-- | src/plugins/vcsbase/vcsbaseeditorparameterwidget.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/vcsbase/vcsbaseeditorparameterwidget.cpp b/src/plugins/vcsbase/vcsbaseeditorparameterwidget.cpp index 22004e94cb..9dac988ce4 100644 --- a/src/plugins/vcsbase/vcsbaseeditorparameterwidget.cpp +++ b/src/plugins/vcsbase/vcsbaseeditorparameterwidget.cpp @@ -55,7 +55,8 @@ class VCSBaseEditorParameterWidgetPrivate { public: VCSBaseEditorParameterWidgetPrivate() : - m_layout(0), m_comboBoxOptionTemplate(QLatin1String("%1=%2")) {} + m_layout(0), m_comboBoxOptionTemplate(QLatin1String("%{option}=%{value}")) + { } QStringList m_baseArguments; QHBoxLayout *m_layout; |