summaryrefslogtreecommitdiff
path: root/src/plugins/git/gerrit/gerritdialog.cpp
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2014-04-04 14:07:39 +0300
committerTobias Hunger <tobias.hunger@digia.com>2014-04-07 10:14:32 +0200
commitd24e509662cbc8bd0afb598e053262287317b748 (patch)
tree1269456d6a4bddb568e071c7a6706e02d306eb4f /src/plugins/git/gerrit/gerritdialog.cpp
parent550691923374dab4f982d441756a0cc7ed723944 (diff)
downloadqt-creator-d24e509662cbc8bd0afb598e053262287317b748.tar.gz
Gerrit: Some more cleanup
* Remove qualification for types in Gerrit::Internal * Remove action/command pair. Action is stored in Command. Change-Id: I946bedd3909e217279e9d7a538e8460e0a61de0f Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/git/gerrit/gerritdialog.cpp')
-rw-r--r--src/plugins/git/gerrit/gerritdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/git/gerrit/gerritdialog.cpp b/src/plugins/git/gerrit/gerritdialog.cpp
index 8a3a0d617b..329f23330e 100644
--- a/src/plugins/git/gerrit/gerritdialog.cpp
+++ b/src/plugins/git/gerrit/gerritdialog.cpp
@@ -305,7 +305,7 @@ void GerritDialog::slotCurrentChanged()
updateButtons();
}
-void GerritDialog::fetchStarted(const QSharedPointer<Gerrit::Internal::GerritChange> &change)
+void GerritDialog::fetchStarted(const QSharedPointer<GerritChange> &change)
{
// Disable buttons to prevent parallel gerrit operations which can cause mix-ups.
m_fetchRunning = true;