forked from qt-creator/qt-creator
Fix Krazy warnings about includes/header guards in QML-JS-code.
Change-Id: I18fc13b8ac2b2c7a3a50bea2be1434667bc5c56f Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include "parser/qmljsast_p.h"
|
||||
#include "qmljsbind.h"
|
||||
#include "parser/qmljsast_p.h"
|
||||
#include "qmljsutils.h"
|
||||
#include "qmljsdocument.h"
|
||||
#include "qmljsmodelmanagerinterface.h"
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef QMLBIND_H
|
||||
#define QMLBIND_H
|
||||
#ifndef QMLJSBIND_H
|
||||
#define QMLJSBIND_H
|
||||
|
||||
#include <qmljs/parser/qmljsastvisitor_p.h>
|
||||
#include <qmljs/qmljsinterpreter.h>
|
||||
@@ -111,4 +111,4 @@ private:
|
||||
|
||||
} // namespace Qml
|
||||
|
||||
#endif // QMLBIND_H
|
||||
#endif // QMLJSBIND_H
|
||||
|
||||
@@ -26,8 +26,8 @@
|
||||
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
****************************************************************************/
|
||||
#ifndef QMLDOCUMENT_H
|
||||
#define QMLDOCUMENT_H
|
||||
#ifndef QMLJSDOCUMENT_H
|
||||
#define QMLJSDOCUMENT_H
|
||||
|
||||
#include <QList>
|
||||
#include <QPair>
|
||||
@@ -242,4 +242,4 @@ public:
|
||||
|
||||
} // namespace QmlJS
|
||||
|
||||
#endif // QMLDOCUMENT_H
|
||||
#endif // QMLJSDOCUMENT_H
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef QMLCHECK_H
|
||||
#define QMLCHECK_H
|
||||
#ifndef QMLJSEVALUATE_H
|
||||
#define QMLJSEVALUATE_H
|
||||
|
||||
#include "parser/qmljsastvisitor_p.h"
|
||||
#include "qmljsdocument.h"
|
||||
@@ -164,4 +164,4 @@ private:
|
||||
|
||||
} // namespace Qml
|
||||
|
||||
#endif // QMLCheck_H
|
||||
#endif // QMLJSEVALUATE_H
|
||||
|
||||
Reference in New Issue
Block a user