diff options
author | Tobias Hunger <[email protected]> | 2015-05-12 16:12:48 +0200 |
---|---|---|
committer | Tobias Hunger <[email protected]> | 2015-05-18 13:43:39 +0000 |
commit | 3d0b690d315e4006caf505a91143b75f492b6ecc (patch) | |
tree | a949a59dd657684d5580d0522598329f047771df /src/plugins/git/git.pro | |
parent | bf249dc66094ff71a4d2f65b7504d0f5048af809 (diff) |
Git: Replace CloneWizard with a Json wizard
Change-Id: I2188c083665acc239bc98bf857ff57b071805fbc
Reviewed-by: Orgad Shaneh <[email protected]>
Diffstat (limited to 'src/plugins/git/git.pro')
-rw-r--r-- | src/plugins/git/git.pro | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/git/git.pro b/src/plugins/git/git.pro index dba0e3733ca..9f8846e7b06 100644 --- a/src/plugins/git/git.pro +++ b/src/plugins/git/git.pro @@ -13,8 +13,6 @@ HEADERS += gitplugin.h \ gitsettings.h \ branchdialog.h \ branchmodel.h \ - clonewizard.h \ - clonewizardpage.h \ stashdialog.h \ gitutils.h \ remotemodel.h \ @@ -38,8 +36,6 @@ SOURCES += gitplugin.cpp \ gitsettings.cpp \ branchdialog.cpp \ branchmodel.cpp \ - clonewizard.cpp \ - clonewizardpage.cpp \ stashdialog.cpp \ gitutils.cpp \ remotemodel.cpp \ |