forked from qt-creator/qt-creator
Vcs: Some naming re-organization
Rename VcsCommand to VcsCommandTag, Command into VcsCommand (Too generic to not mistake for Core::Command IMNSHO), remove the now unneeded namespace qualification when not needed, adjust surrounding code. Change-Id: Iceb18a21e5e6dffa1a622241286f766985bb8d22 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include "checkoutprogresswizardpage.h"
|
||||
#include "command.h"
|
||||
#include "vcscommand.h"
|
||||
#include "vcsbaseplugin.h"
|
||||
|
||||
#include <utils/outputformatter.h>
|
||||
@@ -85,7 +85,7 @@ void CheckoutProgressWizardPage::setStartedStatus(const QString &startedStatus)
|
||||
m_startedStatus = startedStatus;
|
||||
}
|
||||
|
||||
void CheckoutProgressWizardPage::start(Command *command)
|
||||
void CheckoutProgressWizardPage::start(VcsCommand *command)
|
||||
{
|
||||
if (!command) {
|
||||
m_logPlainTextEdit->setPlainText(tr("No job running, please abort."));
|
||||
|
||||
Reference in New Issue
Block a user