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:
Friedemann Kleint
2013-03-12 12:09:22 +01:00
parent cb08f959b9
commit af24ea9b92
11 changed files with 23 additions and 25 deletions

View File

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

View File

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

View File

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

View File

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