diff options
author | Orgad Shaneh <[email protected]> | 2013-08-28 21:27:47 +0300 |
---|---|---|
committer | Orgad Shaneh <[email protected]> | 2013-09-02 11:50:10 +0200 |
commit | aefd61478a8acbc42ed9420f64eb5c784ebff06e (patch) | |
tree | d7be850891d5c977cffa2a6dc95f08a4dca477e4 /src/plugins/cvs/cvsplugin.cpp | |
parent | 27e53f746f9ffaee13f167619ad4061dc442abd5 (diff) |
VCS: Replace AbstractCheckoutJob with Command
Command now provides the same functionality. Deduplicate code.
Change-Id: I789f021050471281870b6ef6a81a94e66fbdf0c7
Reviewed-by: Tobias Hunger <[email protected]>
Diffstat (limited to 'src/plugins/cvs/cvsplugin.cpp')
-rw-r--r-- | src/plugins/cvs/cvsplugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/cvs/cvsplugin.cpp b/src/plugins/cvs/cvsplugin.cpp index 7ed99b96e35..2f452695221 100644 --- a/src/plugins/cvs/cvsplugin.cpp +++ b/src/plugins/cvs/cvsplugin.cpp @@ -225,6 +225,7 @@ bool CvsPlugin::initialize(const QStringList &arguments, QString *errorMessage) using namespace Core::Constants; using namespace ExtensionSystem; + using Core::Command; initializeVcs(new CvsControl(this)); |