aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/settingspage.cpp
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <[email protected]>2010-04-12 16:52:09 +0200
committerThorbjørn Lindeijer <[email protected]>2010-04-12 18:54:05 +0200
commit5e96fa3a91b8e7fdbff914ae8856149b96406dc5 (patch)
tree06d06609efaed5c76de0e875b4c6e82cc89279f4 /src/plugins/git/settingspage.cpp
parentf9051e6f87012a95cfd0a58b84c1519028b8e795 (diff)
Create a single parent options page for the Version Control category
Cleans up some duplication for each page. Reviewed-by: Friedemann Kleint
Diffstat (limited to 'src/plugins/git/settingspage.cpp')
-rw-r--r--src/plugins/git/settingspage.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/plugins/git/settingspage.cpp b/src/plugins/git/settingspage.cpp
index 4c50a1581ab..e93cc7fea6d 100644
--- a/src/plugins/git/settingspage.cpp
+++ b/src/plugins/git/settingspage.cpp
@@ -112,21 +112,6 @@ QString SettingsPage::displayName() const
return tr("Git");
}
-QString SettingsPage::category() const
-{
- return QLatin1String(VCSBase::Constants::VCS_SETTINGS_CATEGORY);
-}
-
-QString SettingsPage::displayCategory() const
-{
- return QCoreApplication::translate("VCSBase", VCSBase::Constants::VCS_SETTINGS_TR_CATEGORY);
-}
-
-QIcon SettingsPage::categoryIcon() const
-{
- return QIcon(); // TODO: Icon for Version Control
-}
-
QWidget *SettingsPage::createPage(QWidget *parent)
{
m_widget = new SettingsPageWidget(parent);