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:
@@ -32,7 +32,6 @@
|
||||
#include <coreplugin/icore.h>
|
||||
#include <extensionsystem/pluginmanager.h>
|
||||
#include <projectexplorer/kit.h>
|
||||
#include <projectexplorer/kit.h>
|
||||
#include <projectexplorer/kitmanager.h>
|
||||
#include <projectexplorer/project.h>
|
||||
#include <projectexplorer/projectexplorer.h>
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef QMLREFACTORINGCHANGES_H
|
||||
#define QMLREFACTORINGCHANGES_H
|
||||
#ifndef QMLJSREFACTORINGCHANGES_H
|
||||
#define QMLJSREFACTORINGCHANGES_H
|
||||
|
||||
#include "qmljstools_global.h"
|
||||
|
||||
@@ -93,4 +93,4 @@ private:
|
||||
|
||||
} // namespace QmlJSTools
|
||||
|
||||
#endif // QMLREFACTORINGCHANGES_H
|
||||
#endif // QMLJSREFACTORINGCHANGES_H
|
||||
|
||||
Reference in New Issue
Block a user