mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-16 16:20:53 +00:00
Merge branch 'openmwizzrd_include' into 'master'
Remove some useless includes from the wizzard See merge request OpenMW/openmw!767
This commit is contained in:
commit
15f6932aaa
@ -1,8 +1,6 @@
|
||||
#ifndef COMPONENTSELECTIONPAGE_HPP
|
||||
#define COMPONENTSELECTIONPAGE_HPP
|
||||
|
||||
#include <QWizardPage>
|
||||
|
||||
#include "ui_componentselectionpage.h"
|
||||
|
||||
namespace Wizard
|
||||
|
@ -1,8 +1,6 @@
|
||||
#ifndef CONCLUSIONPAGE_HPP
|
||||
#define CONCLUSIONPAGE_HPP
|
||||
|
||||
#include <QWizardPage>
|
||||
|
||||
#include "ui_conclusionpage.h"
|
||||
|
||||
namespace Wizard
|
||||
|
@ -1,8 +1,6 @@
|
||||
#ifndef EXISTINGINSTALLATIONPAGE_HPP
|
||||
#define EXISTINGINSTALLATIONPAGE_HPP
|
||||
|
||||
#include <QWizardPage>
|
||||
|
||||
#include "ui_existinginstallationpage.h"
|
||||
|
||||
namespace Wizard
|
||||
|
@ -1,8 +1,6 @@
|
||||
#ifndef IMPORTPAGE_HPP
|
||||
#define IMPORTPAGE_HPP
|
||||
|
||||
#include <QWizardPage>
|
||||
|
||||
#include "ui_importpage.h"
|
||||
|
||||
namespace Wizard
|
||||
|
@ -1,7 +1,5 @@
|
||||
#include "inisettings.hpp"
|
||||
|
||||
#include <QDir>
|
||||
|
||||
#include <QTextStream>
|
||||
#include <QFile>
|
||||
#include <QStringList>
|
||||
|
@ -1,8 +1,6 @@
|
||||
#ifndef INSTALLATIONTARGETPAGE_HPP
|
||||
#define INSTALLATIONTARGETPAGE_HPP
|
||||
|
||||
#include <QWizardPage>
|
||||
|
||||
#include "ui_installationtargetpage.h"
|
||||
|
||||
namespace Files
|
||||
|
@ -1,8 +1,6 @@
|
||||
#ifndef INTROPAGE_HPP
|
||||
#define INTROPAGE_HPP
|
||||
|
||||
#include <QWizardPage>
|
||||
|
||||
#include "ui_intropage.h"
|
||||
|
||||
namespace Wizard
|
||||
|
@ -1,8 +1,6 @@
|
||||
#ifndef LANGUAGESELECTIONPAGE_HPP
|
||||
#define LANGUAGESELECTIONPAGE_HPP
|
||||
|
||||
#include <QWizardPage>
|
||||
|
||||
#include "ui_languageselectionpage.h"
|
||||
|
||||
namespace Wizard
|
||||
|
@ -1,7 +1,5 @@
|
||||
#include <QApplication>
|
||||
#include <QTextCodec>
|
||||
#include <QDir>
|
||||
#include <QDebug>
|
||||
|
||||
#include "mainwizard.hpp"
|
||||
|
||||
|
@ -1,9 +1,7 @@
|
||||
#ifndef MAINWIZARD_HPP
|
||||
#define MAINWIZARD_HPP
|
||||
|
||||
#include <QProcess>
|
||||
#include <QWizard>
|
||||
#include <QMap>
|
||||
|
||||
#include <components/process/processinvoker.hpp>
|
||||
|
||||
|
@ -1,8 +1,6 @@
|
||||
#ifndef METHODSELECTIONPAGE_HPP
|
||||
#define METHODSELECTIONPAGE_HPP
|
||||
|
||||
#include <QWizardPage>
|
||||
|
||||
#include "ui_methodselectionpage.h"
|
||||
|
||||
namespace Wizard
|
||||
|
@ -1,7 +1,6 @@
|
||||
#include "componentlistwidget.hpp"
|
||||
|
||||
#include <QDebug>
|
||||
#include <QStringList>
|
||||
|
||||
ComponentListWidget::ComponentListWidget(QWidget *parent) :
|
||||
QListWidget(parent)
|
||||
|
Loading…
x
Reference in New Issue
Block a user