forked from qt-creator/qt-creator
Rename basecheckoutwizard.* to vcsbase/basecheckoutwizardfactory.*
Change-Id: I9f607b9d27b52fbbc26ae601e7a36c30bcc3df59 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
#ifndef CLONEWIZARD_H
|
||||
#define CLONEWIZARD_H
|
||||
|
||||
#include <vcsbase/basecheckoutwizard.h>
|
||||
#include <vcsbase/basecheckoutwizardfactory.h>
|
||||
|
||||
#include <QIcon>
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
#ifndef CHECKOUTWIZARD_H
|
||||
#define CHECKOUTWIZARD_H
|
||||
|
||||
#include <vcsbase/basecheckoutwizard.h>
|
||||
#include <vcsbase/basecheckoutwizardfactory.h>
|
||||
|
||||
namespace Cvs {
|
||||
namespace Internal {
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
#ifndef CLONEWIZARD_H
|
||||
#define CLONEWIZARD_H
|
||||
|
||||
#include <vcsbase/basecheckoutwizard.h>
|
||||
#include <vcsbase/basecheckoutwizardfactory.h>
|
||||
|
||||
namespace Git {
|
||||
namespace Internal {
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
#ifndef GITORIOUSCLONEWIZARD_H
|
||||
#define GITORIOUSCLONEWIZARD_H
|
||||
|
||||
#include <vcsbase/basecheckoutwizard.h>
|
||||
#include <vcsbase/basecheckoutwizardfactory.h>
|
||||
|
||||
namespace Gitorious {
|
||||
namespace Internal {
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
#ifndef CLONEWIZARD_H
|
||||
#define CLONEWIZARD_H
|
||||
|
||||
#include <vcsbase/basecheckoutwizard.h>
|
||||
#include <vcsbase/basecheckoutwizardfactory.h>
|
||||
|
||||
#include <QIcon>
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
#ifndef CHECKOUTWIZARD_H
|
||||
#define CHECKOUTWIZARD_H
|
||||
|
||||
#include <vcsbase/basecheckoutwizard.h>
|
||||
#include <vcsbase/basecheckoutwizardfactory.h>
|
||||
|
||||
namespace Subversion {
|
||||
namespace Internal {
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include "basecheckoutwizard.h"
|
||||
#include "basecheckoutwizardfactory.h"
|
||||
#include "checkoutwizarddialog.h"
|
||||
|
||||
#include <coreplugin/featureprovider.h>
|
||||
@@ -27,8 +27,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef BASECHECKOUTWIZARD_H
|
||||
#define BASECHECKOUTWIZARD_H
|
||||
#ifndef BASECHECKOUTWIZARDFACTORY_H
|
||||
#define BASECHECKOUTWIZARDFACTORY_H
|
||||
|
||||
#include "vcsbase_global.h"
|
||||
#include <coreplugin/iwizardfactory.h>
|
||||
@@ -72,4 +72,4 @@ private:
|
||||
|
||||
} // namespace VcsBase
|
||||
|
||||
#endif // BASECHECKOUTWIZARD_H
|
||||
#endif // BASECHECKOUTWIZARDFACTORY_H
|
||||
@@ -28,7 +28,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include "checkoutwizarddialog.h"
|
||||
#include "basecheckoutwizard.h"
|
||||
#include "basecheckoutwizardfactory.h"
|
||||
#include "checkoutprogresswizardpage.h"
|
||||
|
||||
#include <coreplugin/basefilewizard.h>
|
||||
|
||||
@@ -17,7 +17,7 @@ HEADERS += vcsbase_global.h \
|
||||
commonvcssettings.h \
|
||||
commonsettingspage.h \
|
||||
nicknamedialog.h \
|
||||
basecheckoutwizard.h \
|
||||
basecheckoutwizardfactory.h \
|
||||
checkoutwizarddialog.h \
|
||||
checkoutprogresswizardpage.h \
|
||||
basecheckoutwizardpage.h \
|
||||
@@ -46,7 +46,7 @@ SOURCES += vcsplugin.cpp \
|
||||
commonvcssettings.cpp \
|
||||
commonsettingspage.cpp \
|
||||
nicknamedialog.cpp \
|
||||
basecheckoutwizard.cpp \
|
||||
basecheckoutwizardfactory.cpp \
|
||||
checkoutwizarddialog.cpp \
|
||||
checkoutprogresswizardpage.cpp \
|
||||
basecheckoutwizardpage.cpp \
|
||||
|
||||
@@ -18,8 +18,8 @@ QtcPlugin {
|
||||
files: [
|
||||
"baseannotationhighlighter.cpp",
|
||||
"baseannotationhighlighter.h",
|
||||
"basecheckoutwizard.cpp",
|
||||
"basecheckoutwizard.h",
|
||||
"basecheckoutwizardfactory.cpp",
|
||||
"basecheckoutwizardfactory.h",
|
||||
"basecheckoutwizardpage.cpp",
|
||||
"basecheckoutwizardpage.h",
|
||||
"basecheckoutwizardpage.ui",
|
||||
|
||||
Reference in New Issue
Block a user