Utils: Remove FileWizard class altogether

This fixes the regression where two Location pages were added
before.

Change-Id: Ic3241d707ad8dcf6fc3063bb4613dce49001e196
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Tobias Hunger
2014-06-02 14:01:46 +02:00
parent b229231239
commit 9ba8040254
11 changed files with 66 additions and 183 deletions

View File

@@ -30,5 +30,5 @@
#include "basefilewizard.h"
Core::BaseFileWizard::BaseFileWizard(QWidget *parent) :
Utils::FileWizardDialog(parent)
Utils::Wizard(parent)
{ }