forked from qt-creator/qt-creator
Fix Krazy warnings about includes/header guards in Designer.
Change-Id: Id81dcbfe0589a811ab8eb9cde16e4a4a075d2f70 Reviewed-by: Jarek Kobus <jaroslaw.kobus@digia.com>
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef DESIGNERPLUGIN_CONSTANTS_H
|
||||
#define DESIGNERPLUGIN_CONSTANTS_H
|
||||
#ifndef DESIGNERCONSTANTS_H
|
||||
#define DESIGNERCONSTANTS_H
|
||||
|
||||
#include <QtGlobal>
|
||||
|
||||
@@ -80,4 +80,4 @@ namespace Internal {
|
||||
} // Constants
|
||||
} // Designer
|
||||
|
||||
#endif //DESIGNERPLUGIN_CONSTANTS_H
|
||||
#endif //DESIGNERCONSTANTS_H
|
||||
|
||||
@@ -37,7 +37,6 @@
|
||||
#include "qtcreatorintegration.h"
|
||||
#include "designerxmleditor.h"
|
||||
#include "designercontext.h"
|
||||
#include "editorwidget.h"
|
||||
#include "resourcehandler.h"
|
||||
#include <widgethost.h>
|
||||
|
||||
@@ -76,7 +75,6 @@
|
||||
#include <abstractobjectinspector.h>
|
||||
#include <QDesignerPropertyEditorInterface>
|
||||
#include <QDesignerActionEditorInterface>
|
||||
#include <QDesignerFormEditorInterface>
|
||||
|
||||
#include <QAction>
|
||||
#include <QActionGroup>
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef FORMWIZARDPAGE_H
|
||||
#define FORMWIZARDPAGE_H
|
||||
#ifndef FORMTEMPLATEWIZARDPAGE_H
|
||||
#define FORMTEMPLATEWIZARDPAGE_H
|
||||
|
||||
#include <QWizardPage>
|
||||
|
||||
|
||||
@@ -38,8 +38,8 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#ifndef QDESIGNER_FORMWINDOMANAGER_H
|
||||
#define QDESIGNER_FORMWINDOMANAGER_H
|
||||
#ifndef QDESIGNER_FORMWINDOWMANAGER_H
|
||||
#define QDESIGNER_FORMWINDOWMANAGER_H
|
||||
|
||||
#include "shared_global_p.h"
|
||||
#include <QDesignerFormWindowManagerInterface>
|
||||
@@ -84,4 +84,4 @@ private:
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // QDESIGNER_FORMWINDOMANAGER_H
|
||||
#endif // QDESIGNER_FORMWINDOWMANAGER_H
|
||||
|
||||
@@ -27,10 +27,10 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include "qtcreatorintegration.h"
|
||||
#include "formeditorplugin.h"
|
||||
#include "formwindoweditor.h"
|
||||
#include "formclasswizardpage.h"
|
||||
#include "qtcreatorintegration.h"
|
||||
#include "formeditorw.h"
|
||||
#include "editordata.h"
|
||||
#include "codemodelhelpers.h"
|
||||
|
||||
Reference in New Issue
Block a user