Fix Krazy warnings about includes/header guards in QNX plugin.

Change-Id: I01bb273268bdc473dfeaf68915f37909af2534a1
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Friedemann Kleint
2013-03-12 12:04:07 +01:00
parent 8c280440dd
commit d799befe29
5 changed files with 8 additions and 9 deletions

View File

@@ -29,8 +29,8 @@
** **
****************************************************************************/ ****************************************************************************/
#ifndef QNX_INTERNAL_BLACKBERRYCERTIFICATESTOREMODEL_H #ifndef BLACKBERRYCERTIFICATEMODEL_H
#define QNX_INTERNAL_BLACKBERRYCERTIFICATESTOREMODEL_H #define BLACKBERRYCERTIFICATEMODEL_H
#include <QAbstractTableModel> #include <QAbstractTableModel>
#include <QList> #include <QList>
@@ -86,4 +86,4 @@ private:
} // namespace Internal } // namespace Internal
} // namespace Qnx } // namespace Qnx
#endif // QNX_INTERNAL_BLACKBERRYCERTIFICATESTOREMODEL_H #endif // BLACKBERRYCERTIFICATEMODEL_H

View File

@@ -29,9 +29,9 @@
** **
****************************************************************************/ ****************************************************************************/
#include "blackberrydeviceconfigurationwidget.h"
#include "blackberrydebugtokenuploader.h" #include "blackberrydebugtokenuploader.h"
#include "blackberrydebugtokenrequestdialog.h" #include "blackberrydebugtokenrequestdialog.h"
#include "blackberrydeviceconfigurationwidget.h"
#include "ui_blackberrydeviceconfigurationwidget.h" #include "ui_blackberrydeviceconfigurationwidget.h"
#include "qnxconstants.h" #include "qnxconstants.h"

View File

@@ -29,8 +29,8 @@
** **
****************************************************************************/ ****************************************************************************/
#include "blackberrydebugtokenrequestdialog.h"
#include "blackberrydeviceconfigurationwizardpages.h" #include "blackberrydeviceconfigurationwizardpages.h"
#include "blackberrydebugtokenrequestdialog.h"
#include "ui_blackberrydeviceconfigurationwizardsetuppage.h" #include "ui_blackberrydeviceconfigurationwizardsetuppage.h"
#include "ui_blackberrydeviceconfigurationwizardsshkeypage.h" #include "ui_blackberrydeviceconfigurationwizardsshkeypage.h"

View File

@@ -29,8 +29,8 @@
** **
****************************************************************************/ ****************************************************************************/
#ifndef BLACKBERRYSIGNINGPAGE_H #ifndef BLACKBERRYKEYSPAGE_H
#define BLACKBERRYSIGNINGPAGE_H #define BLACKBERRYKEYSPAGE_H
#include <coreplugin/dialogs/ioptionspage.h> #include <coreplugin/dialogs/ioptionspage.h>
@@ -55,4 +55,4 @@ private:
} // namespace Internal } // namespace Internal
} // namespace Qnx } // namespace Qnx
#endif // BLACKBERRYSIGNINGPAGE_H #endif // BLACKBERRYKEYSPAGE_H

View File

@@ -43,7 +43,6 @@
#include <debugger/debuggerrunner.h> #include <debugger/debuggerrunner.h>
#include <debugger/debuggerstartparameters.h> #include <debugger/debuggerstartparameters.h>
#include <debugger/debuggerkitinformation.h> #include <debugger/debuggerkitinformation.h>
#include <debugger/debuggerstartparameters.h>
#include <projectexplorer/target.h> #include <projectexplorer/target.h>
#include <projectexplorer/toolchain.h> #include <projectexplorer/toolchain.h>
#include <qtsupport/qtkitinformation.h> #include <qtsupport/qtkitinformation.h>