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

@@ -33,7 +33,6 @@
#include <utils/filewizarddialog.h>
#include <utils/qtcassert.h>
#include <utils/filewizarddialog.h>
#include <QFileInfo>
#include <QTextStream>

View File

@@ -27,8 +27,8 @@
**
****************************************************************************/
#ifndef QMLDITORACTIONHANDLER_H
#define QMLDITORACTIONHANDLER_H
#ifndef QMLJSEDITORACTIONHANDLER_H
#define QMLJSEDITORACTIONHANDLER_H
#include <texteditor/texteditoractionhandler.h>
@@ -48,4 +48,4 @@ public:
} // namespace Internal
} // namespace QmlJSEditor
#endif // QMLDITORACTIONHANDLER_H
#endif // QMLJSEDITORACTIONHANDLER_H

View File

@@ -27,8 +27,8 @@
**
****************************************************************************/
#ifndef QSCRIPTSYNTAXHIGHLIGHTER_H
#define QSCRIPTSYNTAXHIGHLIGHTER_H
#ifndef QMLJSHIGHLIGHTER_H
#define QMLJSHIGHLIGHTER_H
#include "qmljseditor_global.h"
@@ -98,4 +98,4 @@ private:
} // namespace QmlJSEditor
#endif // QSCRIPTSYNTAXHIGHLIGHTER_H
#endif // QMLJSHIGHLIGHTER_H

View File

@@ -27,10 +27,10 @@
**
****************************************************************************/
#include "qmljshoverhandler.h"
#include "qmljseditor.h"
#include "qmljseditoreditable.h"
#include "qmlexpressionundercursor.h"
#include "qmljshoverhandler.h"
#include <coreplugin/editormanager/ieditor.h>
#include <coreplugin/editormanager/editormanager.h>

View File

@@ -27,8 +27,8 @@
**
****************************************************************************/
#ifndef QMLJSSNIPPETEDITORDECORATOR_H
#define QMLJSSNIPPETEDITORDECORATOR_H
#ifndef QMLJSSNIPPETEDITORPROVIDER_H
#define QMLJSSNIPPETEDITORPROVIDER_H
#include <texteditor/snippets/isnippetprovider.h>
@@ -50,4 +50,4 @@ public:
} // Internal
} // QmlJSEditor
#endif // QMLJSSNIPPETEDITORDECORATOR_H
#endif // QMLJSSNIPPETEDITORPROVIDER_H