summaryrefslogtreecommitdiff
path: root/src/plugins/bazaar/bazaarplugin.cpp
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2013-05-21 20:54:26 +0300
committerOrgad Shaneh <orgads@gmail.com>2013-05-24 12:21:26 +0200
commitfd48f081c60675a101080fcd296916986eac242c (patch)
tree5f3f9ee291ea49db3bdc0747eafb4659d26b20e6 /src/plugins/bazaar/bazaarplugin.cpp
parenta439d12b4877f1e53c6d30f8d700f90d4ed73df0 (diff)
downloadqt-creator-fd48f081c60675a101080fcd296916986eac242c.tar.gz
VCS: Remove unused extension parameter from editors
Change-Id: I17e73e269698af0d515f668d3c272a748cdca3bb Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/bazaar/bazaarplugin.cpp')
-rw-r--r--src/plugins/bazaar/bazaarplugin.cpp12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/plugins/bazaar/bazaarplugin.cpp b/src/plugins/bazaar/bazaarplugin.cpp
index f008dcbcf2..63e450c0b3 100644
--- a/src/plugins/bazaar/bazaarplugin.cpp
+++ b/src/plugins/bazaar/bazaarplugin.cpp
@@ -75,29 +75,25 @@ static const VcsBase::VcsBaseEditorParameters editorParameters[] = {
Constants::COMMANDLOG_ID, // id
Constants::COMMANDLOG_DISPLAY_NAME, // display name
Constants::COMMANDLOG, // context
- Constants::COMMANDAPP, // mime type
- Constants::COMMANDEXT}, //extension
+ Constants::COMMANDAPP}, // mime type
{ VcsBase::LogOutput,
Constants::FILELOG_ID,
Constants::FILELOG_DISPLAY_NAME,
Constants::FILELOG,
- Constants::LOGAPP,
- Constants::LOGEXT},
+ Constants::LOGAPP},
{ VcsBase::AnnotateOutput,
Constants::ANNOTATELOG_ID,
Constants::ANNOTATELOG_DISPLAY_NAME,
Constants::ANNOTATELOG,
- Constants::ANNOTATEAPP,
- Constants::ANNOTATEEXT},
+ Constants::ANNOTATEAPP},
{ VcsBase::DiffOutput,
Constants::DIFFLOG_ID,
Constants::DIFFLOG_DISPLAY_NAME,
Constants::DIFFLOG,
- Constants::DIFFAPP,
- Constants::DIFFEXT}
+ Constants::DIFFAPP}
};
static const VcsBase::VcsBaseSubmitEditorParameters submitEditorParameters = {