Clean headers of the Qt Designer plugin.

Change-Id: Ie0906cf88043c78d109ab7e1b342e62547680d45
Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
This commit is contained in:
Friedemann Kleint
2015-03-04 15:04:03 +01:00
parent 02404afd9f
commit e747817c95
4 changed files with 9 additions and 4 deletions

View File

@@ -42,6 +42,7 @@
#include <coreplugin/editortoolbar.h> #include <coreplugin/editortoolbar.h>
#include <coreplugin/designmode.h> #include <coreplugin/designmode.h>
#include <coreplugin/coreconstants.h> #include <coreplugin/coreconstants.h>
#include <coreplugin/dialogs/ioptionspage.h>
#include <coreplugin/icore.h> #include <coreplugin/icore.h>
#include <coreplugin/infobar.h> #include <coreplugin/infobar.h>
#include <coreplugin/helpmanager.h> #include <coreplugin/helpmanager.h>

View File

@@ -33,14 +33,17 @@
#include "designerconstants.h" #include "designerconstants.h"
#include <coreplugin/icontext.h> #include <QObject>
#include <coreplugin/dialogs/ioptionspage.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE
class QDesignerFormEditorInterface; class QDesignerFormEditorInterface;
QT_END_NAMESPACE QT_END_NAMESPACE
namespace Core { class IEditor; } namespace Core {
class IEditor;
class IOptionsPage;
}
namespace SharedTools { class WidgetHost; } namespace SharedTools { class WidgetHost; }
namespace Designer { namespace Designer {

View File

@@ -32,7 +32,6 @@
#define FORMWINDOWEDITOR_H #define FORMWINDOWEDITOR_H
#include "designer_export.h" #include "designer_export.h"
#include <coreplugin/editormanager/ieditor.h>
#include <texteditor/texteditor.h> #include <texteditor/texteditor.h>
namespace Designer { namespace Designer {

View File

@@ -31,6 +31,8 @@
#include "settingspage.h" #include "settingspage.h"
#include "formeditorw.h" #include "formeditorw.h"
#include <coreplugin/icontext.h>
#include <QDesignerOptionsPageInterface> #include <QDesignerOptionsPageInterface>
#include <QCoreApplication> #include <QCoreApplication>