diff options
author | Eike Ziller <eike.ziller@digia.com> | 2013-10-16 11:22:20 +0200 |
---|---|---|
committer | Eike Ziller <eike.ziller@digia.com> | 2013-10-16 11:22:20 +0200 |
commit | 4e32babc447b1d7ce71db082c710b1c836bb1d8d (patch) | |
tree | 68e86d07082cb026104e9a9f8e674a704b1dc90f /src/plugins/git/gitplugin.cpp | |
parent | d3bef1b08833ea4e9076582b10abdca481e7a00f (diff) | |
parent | 01e7e6c6fb1e37a2f2fea71c81e5ae0008c2997b (diff) | |
download | qt-creator-4e32babc447b1d7ce71db082c710b1c836bb1d8d.tar.gz |
Merge remote-tracking branch 'origin/3.0'
Diffstat (limited to 'src/plugins/git/gitplugin.cpp')
-rw-r--r-- | src/plugins/git/gitplugin.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/plugins/git/gitplugin.cpp b/src/plugins/git/gitplugin.cpp index 5759e2e122..e71f0a9fda 100644 --- a/src/plugins/git/gitplugin.cpp +++ b/src/plugins/git/gitplugin.cpp @@ -670,18 +670,6 @@ bool GitPlugin::initialize(const QStringList &arguments, QString *errorMessage) connect(repositoryAction, SIGNAL(triggered()), this, SLOT(createRepository())); gitContainer->addAction(createRepositoryCommand); - if (0) { - const QList<QAction*> snapShotActions = createSnapShotTestActions(); - const int count = snapShotActions.size(); - for (int i = 0; i < count; i++) { - Core::Command *tCommand - = Core::ActionManager::registerAction(snapShotActions.at(i), - Core::Id("Git.Snapshot.").withSuffix(i), - globalcontext); - gitContainer->addAction(tCommand); - } - } - // Submit editor Core::Context submitContext(Constants::C_GITSUBMITEDITOR); m_submitCurrentAction = new QAction(VcsBase::VcsBaseSubmitEditor::submitIcon(), tr("Commit"), this); |