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 "customtoolchain.h"
#include "abiwidget.h"
#include "gccparser.h" #include "gccparser.h"
#include "projectexplorerconstants.h" #include "projectexplorerconstants.h"
#include "toolchainmanager.h" #include "toolchainmanager.h"

View File

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

View File

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

View File

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

View File

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

View File

@@ -27,8 +27,8 @@
** **
****************************************************************************/ ****************************************************************************/
#ifndef DEPENDENCIESDIALOG_H #ifndef DEPENDENCIESPANEL_H
#define DEPENDENCIESDIALOG_H #define DEPENDENCIESPANEL_H
#include "iprojectproperties.h" #include "iprojectproperties.h"
@@ -122,4 +122,4 @@ private:
} // namespace Internal } // namespace Internal
} // namespace ProjectExplorer } // 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. ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
** **
****************************************************************************/ ****************************************************************************/
#ifndef PROJECTEXPLORER_DEPLOYMENTINFO_H #ifndef DEPLOYMENTDATA_H
#define PROJECTEXPLORER_DEPLOYMENTINFO_H #define DEPLOYMENTDATA_H
#include "deployablefile.h" #include "deployablefile.h"
#include "projectexplorer_export.h" #include "projectexplorer_export.h"
@@ -83,4 +83,4 @@ inline bool operator!=(const DeploymentData &d1, const DeploymentData &d2)
} // namespace ProjectExplorer } // namespace ProjectExplorer
#endif // PROJECTEXPLORER_DEPLOYMENTINFO_H #endif // DEPLOYMENTDATA_H

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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