summaryrefslogtreecommitdiff
path: root/src/plugins/git/clonewizard.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2014-05-05 14:47:44 +0200
committerTobias Hunger <tobias.hunger@digia.com>2014-05-26 11:42:39 +0200
commit776eb92fa991a8176656dfd1ddbe6b589900f45a (patch)
treea27f511e014f0813a4895e6ee66c340db0d477a8 /src/plugins/git/clonewizard.h
parenta8e8910130ecb59a40e38e3dbca712bb6f8db15f (diff)
downloadqt-creator-776eb92fa991a8176656dfd1ddbe6b589900f45a.tar.gz
Rename BaseCheckoutWizard to BaseCheckoutWizardFactory
Change-Id: Ide131cbfa27640875bb16f82a1992cf2975c5083 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/git/clonewizard.h')
-rw-r--r--src/plugins/git/clonewizard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/git/clonewizard.h b/src/plugins/git/clonewizard.h
index 7d6ebe230e..7e906a3312 100644
--- a/src/plugins/git/clonewizard.h
+++ b/src/plugins/git/clonewizard.h
@@ -35,7 +35,7 @@
namespace Git {
namespace Internal {
-class CloneWizard : public VcsBase::BaseCheckoutWizard
+class CloneWizard : public VcsBase::BaseCheckoutWizardFactory
{
Q_OBJECT