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 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user