Fix Krazy warnings about includes/header guards in ProjectExplorer.

Change-Id: Ica1df90278f450717b71f7d895c84a31a5596e7c
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Friedemann Kleint
2013-03-12 12:13:07 +01:00
parent fdfb3cafcd
commit 665ba57da0
14 changed files with 30 additions and 30 deletions

View File

@@ -27,8 +27,8 @@
**
****************************************************************************/
#include "abiwidget.h"
#include "customtoolchain.h"
#include "abiwidget.h"
#include "gccparser.h"
#include "projectexplorerconstants.h"
#include "toolchainmanager.h"

View File

@@ -27,8 +27,8 @@
**
****************************************************************************/
#ifndef CUSTOMPROJECTWIZARD_H
#define CUSTOMPROJECTWIZARD_H
#ifndef CUSTOMWIZARD_H
#define CUSTOMWIZARD_H
#include "../projectexplorer_export.h"
@@ -159,4 +159,4 @@ private slots:
} // namespace ProjectExplorer
#endif // CUSTOMPROJECTWIZARD_H
#endif // CUSTOMWIZARD_H

View File

@@ -27,8 +27,8 @@
**
****************************************************************************/
#ifndef CUSTOMPROJECTWIZARDDIALOG_H
#define CUSTOMPROJECTWIZARDDIALOG_H
#ifndef CUSTOMWIZARDPAGE_H
#define CUSTOMWIZARDPAGE_H
#include <QComboBox>
#include <QCheckBox>
@@ -188,4 +188,4 @@ private:
} // namespace Internal
} // namespace ProjectExplorer
#endif // CUSTOMPROJECTWIZARDDIALOG_H
#endif // CUSTOMWIZARDPAGE_H

View File

@@ -27,8 +27,8 @@
**
****************************************************************************/
#ifndef CUSTOMPROJECTWIZARDPARAMETERS_H
#define CUSTOMPROJECTWIZARDPARAMETERS_H
#ifndef CUSTOMWIZARDPARAMETERS_H
#define CUSTOMWIZARDPARAMETERS_H
#include <coreplugin/basefilewizard.h>
@@ -153,4 +153,4 @@ extern const char customWizardFileOpenProjectAttributeC[];
} // namespace Internal
} // namespace ProjectExplorer
#endif // CUSTOMPROJECTWIZARDPARAMETERS_H
#endif // CUSTOMWIZARDPARAMETERS_H

View File

@@ -50,7 +50,6 @@
#include <QPushButton>
#include <QToolButton>
#include <QWidget>
#include <QLabel>
namespace ProjectExplorer {
namespace Internal {

View File

@@ -27,8 +27,8 @@
**
****************************************************************************/
#ifndef DEPENDENCIESDIALOG_H
#define DEPENDENCIESDIALOG_H
#ifndef DEPENDENCIESPANEL_H
#define DEPENDENCIESPANEL_H
#include "iprojectproperties.h"
@@ -122,4 +122,4 @@ private:
} // namespace Internal
} // namespace ProjectExplorer
#endif // DEPENDENCIESDIALOG_H
#endif // DEPENDENCIESPANEL_H

View File

@@ -26,8 +26,8 @@
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
**
****************************************************************************/
#ifndef PROJECTEXPLORER_DEPLOYMENTINFO_H
#define PROJECTEXPLORER_DEPLOYMENTINFO_H
#ifndef DEPLOYMENTDATA_H
#define DEPLOYMENTDATA_H
#include "deployablefile.h"
#include "projectexplorer_export.h"
@@ -83,4 +83,4 @@ inline bool operator!=(const DeploymentData &d1, const DeploymentData &d2)
} // namespace ProjectExplorer
#endif // PROJECTEXPLORER_DEPLOYMENTINFO_H
#endif // DEPLOYMENTDATA_H

View File

@@ -34,8 +34,6 @@
#include <projectexplorer/projectexplorer_export.h>
#include <utils/fileutils.h>
#include <utils/fileutils.h>
#include <QObject>
namespace ProjectExplorer {

View File

@@ -38,7 +38,6 @@
#include "idevice.h"
#include "idevicefactory.h"
#include "idevicewidget.h"
#include "projectexplorerconstants.h"
#include <coreplugin/icore.h>
#include <coreplugin/id.h>

View File

@@ -27,8 +27,8 @@
**
****************************************************************************/
#ifndef PROJECTMANAGERINTERFACE_H
#define PROJECTMANAGERINTERFACE_H
#ifndef PROJECTMANAGER_H
#define PROJECTMANAGER_H
#include "projectexplorer_export.h"
@@ -55,4 +55,4 @@ public:
} // namespace ProjectExplorer
#endif //PROJECTMANAGERINTERFACE_H
#endif //PROJECTMANAGER_H

View File

@@ -27,8 +27,8 @@
**
****************************************************************************/
#ifndef KITMANAGERWIDGET_H
#define KITMANAGERWIDGET_H
#ifndef KITMANAGERCONFIGWIDGET_H
#define KITMANAGERCONFIGWIDGET_H
#include "kitconfigwidget.h"
@@ -106,4 +106,4 @@ private:
} // namespace Internal
} // namespace ProjectExplorer
#endif // KITMANAGERWIDGET_H
#endif // KITMANAGERCONFIGWIDGET_H

View File

@@ -27,8 +27,8 @@
**
****************************************************************************/
#ifndef PROJECTMANAGER_USERFILEACCESSOR_H
#define PROJECTMANAGER_USERFILEACCESSOR_H
#ifndef SETTINGSACCESSOR_H
#define SETTINGSACCESSOR_H
#include <utils/fileutils.h>
#include <utils/persistentsettings.h>
@@ -117,4 +117,4 @@ private:
} // namespace ProjectExplorer
#endif // PROJECTMANAGER_USERFILEACCESSOR_H
#endif // SETTINGSACCESSOR_H

View File

@@ -57,7 +57,6 @@
#include <QStackedWidget>
#include <QToolTip>
#include <QVBoxLayout>
#include <QToolTip>
using namespace Core;

View File

@@ -27,6 +27,9 @@
**
****************************************************************************/
#ifndef TASKMODEL_H
#define TASKMODEL_H
#include <QAbstractItemModel>
#include <QIcon>
@@ -187,3 +190,5 @@ private:
} // namespace Internal
} // namespace ProjectExplorer
#endif // TASKMODEL_H