forked from qt-creator/qt-creator
Clean headers of the Qt Designer plugin.
Change-Id: Ie0906cf88043c78d109ab7e1b342e62547680d45 Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
This commit is contained in:
@@ -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>
|
||||||
|
@@ -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 {
|
||||||
|
@@ -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 {
|
||||||
|
@@ -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>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user