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

@@ -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;