forked from qt-creator/qt-creator
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:
@@ -32,11 +32,11 @@
|
||||
|
||||
#include "core_global.h"
|
||||
|
||||
#include <utils/filewizarddialog.h>
|
||||
#include <utils/wizard.h>
|
||||
|
||||
namespace Core {
|
||||
|
||||
class CORE_EXPORT BaseFileWizard : public Utils::FileWizardDialog
|
||||
class CORE_EXPORT BaseFileWizard : public Utils::Wizard
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user