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:
@@ -33,7 +33,6 @@
|
||||
|
||||
#include <utils/filewizarddialog.h>
|
||||
#include <utils/qtcassert.h>
|
||||
#include <utils/filewizarddialog.h>
|
||||
|
||||
#include <QFileInfo>
|
||||
#include <QTextStream>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user