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:
Friedemann Kleint
2013-03-12 12:15:01 +01:00
parent d799befe29
commit 2508972b3f
5 changed files with 9 additions and 11 deletions

View File

@@ -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

View File

@@ -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>

View File

@@ -27,8 +27,8 @@
**
****************************************************************************/
#ifndef FORMWIZARDPAGE_H
#define FORMWIZARDPAGE_H
#ifndef FORMTEMPLATEWIZARDPAGE_H
#define FORMTEMPLATEWIZARDPAGE_H
#include <QWizardPage>

View File

@@ -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

View File

@@ -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"