diff options
author | hjk <qthjk@ovi.com> | 2012-01-07 03:35:54 +0100 |
---|---|---|
committer | hjk <qthjk@ovi.com> | 2012-01-09 10:38:55 +0100 |
commit | 2eadc220235afb539d9a13d7d4344dadd2213fa5 (patch) | |
tree | 49889fd15d6f443cdd238e00f74b7b18fc8e7e01 /src/plugins/vcsbase/vcsbaseeditorparameterwidget.cpp | |
parent | bf197d7a1234ab2a10b59fd7f50cb6d67780d72c (diff) | |
download | qt-creator-2eadc220235afb539d9a13d7d4344dadd2213fa5.tar.gz |
vcsbase: style
Change-Id: I139d9d46605383f03215c80bd9e9fd965021b435
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'src/plugins/vcsbase/vcsbaseeditorparameterwidget.cpp')
-rw-r--r-- | src/plugins/vcsbase/vcsbaseeditorparameterwidget.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/vcsbase/vcsbaseeditorparameterwidget.cpp b/src/plugins/vcsbase/vcsbaseeditorparameterwidget.cpp index 5b9c93db93..423cdbcd95 100644 --- a/src/plugins/vcsbase/vcsbaseeditorparameterwidget.cpp +++ b/src/plugins/vcsbase/vcsbaseeditorparameterwidget.cpp @@ -107,10 +107,6 @@ public: that should trigger the rerun of the VCS operation. */ -VCSBaseEditorParameterWidget::ComboBoxItem::ComboBoxItem() -{ -} - VCSBaseEditorParameterWidget::ComboBoxItem::ComboBoxItem(const QString &text, const QVariant &val) : displayText(text), |