diff options
author | Tobias Hunger <[email protected]> | 2011-10-05 14:32:30 +0000 |
---|---|---|
committer | Tobias Hunger <[email protected]> | 2011-10-05 17:34:30 +0200 |
commit | ddf01f357bfaf1ad973cecde89e9096b7267fd23 (patch) | |
tree | d2a5d1c0d8d594685b619754dcd4341d47875575 /src/plugins/git/git.pro | |
parent | 6a72edb28aae97c01d787b10f2b6b8d44d7c43fa (diff) |
Git: Remove GitCommand
Use VCSBase::Command instead.
Change-Id: I819e61c2fdf705717709f49ea42ad822d25300fb
Reviewed-on: http://codereview.qt-project.org/6079
Reviewed-by: Tobias Hunger <[email protected]>
Diffstat (limited to 'src/plugins/git/git.pro')
-rw-r--r-- | src/plugins/git/git.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/git/git.pro b/src/plugins/git/git.pro index 4b4bb0bf7ab..f1570b9eab1 100644 --- a/src/plugins/git/git.pro +++ b/src/plugins/git/git.pro @@ -20,7 +20,6 @@ HEADERS += gitplugin.h \ gitsettings.h \ branchdialog.h \ branchmodel.h \ - gitcommand.h \ clonewizard.h \ clonewizardpage.h \ stashdialog.h \ @@ -42,7 +41,6 @@ SOURCES += gitplugin.cpp \ gitsettings.cpp \ branchdialog.cpp \ branchmodel.cpp \ - gitcommand.cpp \ clonewizard.cpp \ clonewizardpage.cpp \ stashdialog.cpp \ |