mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-20 15:11:33 +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
12 changed files with 0 additions and 23 deletions
|
@ -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…
Reference in a new issue