mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-08 11:51:23 -04:00
Remove some useless includes from the wizzard
This commit is contained in:
parent
faad18b7f9
commit
fb55207328
@ -1,8 +1,6 @@
|
|||||||
#ifndef COMPONENTSELECTIONPAGE_HPP
|
#ifndef COMPONENTSELECTIONPAGE_HPP
|
||||||
#define COMPONENTSELECTIONPAGE_HPP
|
#define COMPONENTSELECTIONPAGE_HPP
|
||||||
|
|
||||||
#include <QWizardPage>
|
|
||||||
|
|
||||||
#include "ui_componentselectionpage.h"
|
#include "ui_componentselectionpage.h"
|
||||||
|
|
||||||
namespace Wizard
|
namespace Wizard
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
#ifndef CONCLUSIONPAGE_HPP
|
#ifndef CONCLUSIONPAGE_HPP
|
||||||
#define CONCLUSIONPAGE_HPP
|
#define CONCLUSIONPAGE_HPP
|
||||||
|
|
||||||
#include <QWizardPage>
|
|
||||||
|
|
||||||
#include "ui_conclusionpage.h"
|
#include "ui_conclusionpage.h"
|
||||||
|
|
||||||
namespace Wizard
|
namespace Wizard
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
#ifndef EXISTINGINSTALLATIONPAGE_HPP
|
#ifndef EXISTINGINSTALLATIONPAGE_HPP
|
||||||
#define EXISTINGINSTALLATIONPAGE_HPP
|
#define EXISTINGINSTALLATIONPAGE_HPP
|
||||||
|
|
||||||
#include <QWizardPage>
|
|
||||||
|
|
||||||
#include "ui_existinginstallationpage.h"
|
#include "ui_existinginstallationpage.h"
|
||||||
|
|
||||||
namespace Wizard
|
namespace Wizard
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
#ifndef IMPORTPAGE_HPP
|
#ifndef IMPORTPAGE_HPP
|
||||||
#define IMPORTPAGE_HPP
|
#define IMPORTPAGE_HPP
|
||||||
|
|
||||||
#include <QWizardPage>
|
|
||||||
|
|
||||||
#include "ui_importpage.h"
|
#include "ui_importpage.h"
|
||||||
|
|
||||||
namespace Wizard
|
namespace Wizard
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
#include "inisettings.hpp"
|
#include "inisettings.hpp"
|
||||||
|
|
||||||
#include <QDir>
|
|
||||||
|
|
||||||
#include <QTextStream>
|
#include <QTextStream>
|
||||||
#include <QFile>
|
#include <QFile>
|
||||||
#include <QStringList>
|
#include <QStringList>
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
#ifndef INSTALLATIONTARGETPAGE_HPP
|
#ifndef INSTALLATIONTARGETPAGE_HPP
|
||||||
#define INSTALLATIONTARGETPAGE_HPP
|
#define INSTALLATIONTARGETPAGE_HPP
|
||||||
|
|
||||||
#include <QWizardPage>
|
|
||||||
|
|
||||||
#include "ui_installationtargetpage.h"
|
#include "ui_installationtargetpage.h"
|
||||||
|
|
||||||
namespace Files
|
namespace Files
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
#ifndef INTROPAGE_HPP
|
#ifndef INTROPAGE_HPP
|
||||||
#define INTROPAGE_HPP
|
#define INTROPAGE_HPP
|
||||||
|
|
||||||
#include <QWizardPage>
|
|
||||||
|
|
||||||
#include "ui_intropage.h"
|
#include "ui_intropage.h"
|
||||||
|
|
||||||
namespace Wizard
|
namespace Wizard
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
#ifndef LANGUAGESELECTIONPAGE_HPP
|
#ifndef LANGUAGESELECTIONPAGE_HPP
|
||||||
#define LANGUAGESELECTIONPAGE_HPP
|
#define LANGUAGESELECTIONPAGE_HPP
|
||||||
|
|
||||||
#include <QWizardPage>
|
|
||||||
|
|
||||||
#include "ui_languageselectionpage.h"
|
#include "ui_languageselectionpage.h"
|
||||||
|
|
||||||
namespace Wizard
|
namespace Wizard
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
#include <QApplication>
|
#include <QApplication>
|
||||||
#include <QTextCodec>
|
|
||||||
#include <QDir>
|
#include <QDir>
|
||||||
#include <QDebug>
|
|
||||||
|
|
||||||
#include "mainwizard.hpp"
|
#include "mainwizard.hpp"
|
||||||
|
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
#ifndef MAINWIZARD_HPP
|
#ifndef MAINWIZARD_HPP
|
||||||
#define MAINWIZARD_HPP
|
#define MAINWIZARD_HPP
|
||||||
|
|
||||||
#include <QProcess>
|
|
||||||
#include <QWizard>
|
#include <QWizard>
|
||||||
#include <QMap>
|
|
||||||
|
|
||||||
#include <components/process/processinvoker.hpp>
|
#include <components/process/processinvoker.hpp>
|
||||||
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
#ifndef METHODSELECTIONPAGE_HPP
|
#ifndef METHODSELECTIONPAGE_HPP
|
||||||
#define METHODSELECTIONPAGE_HPP
|
#define METHODSELECTIONPAGE_HPP
|
||||||
|
|
||||||
#include <QWizardPage>
|
|
||||||
|
|
||||||
#include "ui_methodselectionpage.h"
|
#include "ui_methodselectionpage.h"
|
||||||
|
|
||||||
namespace Wizard
|
namespace Wizard
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
#include "componentlistwidget.hpp"
|
#include "componentlistwidget.hpp"
|
||||||
|
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include <QStringList>
|
|
||||||
|
|
||||||
ComponentListWidget::ComponentListWidget(QWidget *parent) :
|
ComponentListWidget::ComponentListWidget(QWidget *parent) :
|
||||||
QListWidget(parent)
|
QListWidget(parent)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user