VcsBase: Move vcsconfigurationpage into wizard subfolder

I will try to move all the wizard code that is still relevant there
and then get rid of the rest.

Change-Id: I3963f53fd39ef0f84c71218eb59b05213121cc90
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-01-20 12:30:35 +01:00
parent ec187241e5
commit 36ff7e4a6b
9 changed files with 11 additions and 11 deletions

View File

@@ -38,7 +38,7 @@
#include <coreplugin/iversioncontrol.h>
#include <vcsbase/vcscommand.h>
#include <vcsbase/vcsbaseconstants.h>
#include <vcsbase/vcsconfigurationpage.h>
#include <vcsbase/wizard/vcsconfigurationpage.h>
#include <QDebug>

View File

@@ -35,7 +35,7 @@
#include <coreplugin/iversioncontrol.h>
#include <vcsbase/vcscommand.h>
#include <vcsbase/vcsbaseconstants.h>
#include <vcsbase/vcsconfigurationpage.h>
#include <vcsbase/wizard/vcsconfigurationpage.h>
#include <utils/qtcassert.h>
using namespace VcsBase;

View File

@@ -35,7 +35,7 @@
#include "gitversioncontrol.h"
#include <vcsbase/vcsbaseconstants.h>
#include <vcsbase/vcsconfigurationpage.h>
#include <vcsbase/wizard/vcsconfigurationpage.h>
#include <utils/qtcassert.h>
using namespace VcsBase;

View File

@@ -36,7 +36,7 @@
#include <coreplugin/iversioncontrol.h>
#include <vcsbase/vcscommand.h>
#include <vcsbase/vcsbaseconstants.h>
#include <vcsbase/vcsconfigurationpage.h>
#include <vcsbase/wizard/vcsconfigurationpage.h>
using namespace VcsBase;

View File

@@ -37,7 +37,7 @@
#include <coreplugin/iversioncontrol.h>
#include <vcsbase/vcscommand.h>
#include <vcsbase/vcsbaseconstants.h>
#include <vcsbase/vcsconfigurationpage.h>
#include <vcsbase/wizard/vcsconfigurationpage.h>
#include <utils/qtcassert.h>
using namespace Utils;

View File

@@ -2,7 +2,7 @@ DEFINES += VCSBASE_LIBRARY
include(../../qtcreatorplugin.pri)
HEADERS += vcsbase_global.h \
vcsbaseconstants.h \
vcsconfigurationpage.h \
wizard/vcsconfigurationpage.h \
vcsplugin.h \
corelistener.h \
vcsbaseplugin.h \
@@ -33,7 +33,7 @@ HEADERS += vcsbase_global.h \
SOURCES += vcsplugin.cpp \
vcsbaseplugin.cpp \
vcsconfigurationpage.cpp \
wizard/vcsconfigurationpage.cpp \
corelistener.cpp \
baseannotationhighlighter.cpp \
diffhighlighter.cpp \

View File

@@ -72,8 +72,6 @@ QtcPlugin {
"vcsbasesubmiteditor.h",
"vcscommand.cpp",
"vcscommand.h",
"vcsconfigurationpage.cpp",
"vcsconfigurationpage.h",
"vcsoutputwindow.cpp",
"vcsoutputwindow.h",
"vcsplugin.cpp",
@@ -81,5 +79,7 @@ QtcPlugin {
"images/diff.png",
"images/removesubmitfield.png",
"images/submit.png",
"wizard/vcsconfigurationpage.cpp",
"wizard/vcsconfigurationpage.h",
]
}

View File

@@ -30,7 +30,7 @@
#include "vcsconfigurationpage.h"
#include "vcsbaseconstants.h"
#include "../vcsbaseconstants.h"
#include <coreplugin/icore.h>
#include <coreplugin/iversioncontrol.h>

View File

@@ -31,7 +31,7 @@
#ifndef VCSCONFIGURATIONPAGE_H
#define VCSCONFIGURATIONPAGE_H
#include "vcsbase_global.h"
#include "../vcsbase_global.h"
#include <QWizardPage>