forked from qt-creator/qt-creator
Fix Krazy warnings about improper include guard in QML debugger.
Change-Id: I14be0beae7f678dc2fc8af4324c846d757d0cd9d Reviewed-by: Aurindam Jana <aurindam.jana@digia.com>
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef QSCRIPTDEBUGGERAGENT_P_H
|
||||
#define QSCRIPTDEBUGGERAGENT_P_H
|
||||
#ifndef JSDEBUGGERAGENT_H
|
||||
#define JSDEBUGGERAGENT_H
|
||||
|
||||
//
|
||||
// W A R N I N G
|
||||
@@ -104,4 +104,4 @@ private:
|
||||
|
||||
} // namespace QmlJSDebugger
|
||||
|
||||
#endif
|
||||
#endif // JSDEBUGGERAGENT_H
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef QDECLARATIVEDESIGNDEBUGSERVER_H
|
||||
#define QDECLARATIVEDESIGNDEBUGSERVER_H
|
||||
#ifndef QDECLARATIVEDINSPECTORSERVICE_H
|
||||
#define QDECLARATIVEDINSPECTORSERVICE_H
|
||||
|
||||
#include "qt_private/qdeclarativedebugservice_p.h"
|
||||
#include "qmlinspectorconstants.h"
|
||||
@@ -100,4 +100,4 @@ private:
|
||||
|
||||
} // namespace QmlJSDebugger
|
||||
|
||||
#endif // QDECLARATIVEDESIGNDEBUGSERVER_H
|
||||
#endif // QDECLARATIVEDINSPECTORSERVICE_H
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef QDECLARATIVEVIEWER_H
|
||||
#define QDECLARATIVEVIEWER_H
|
||||
#ifndef QMLRUNTIME_H
|
||||
#define QMLRUNTIME_H
|
||||
|
||||
#include <QMainWindow>
|
||||
#include <QTimer>
|
||||
@@ -211,4 +211,4 @@ Q_DECLARE_OPERATORS_FOR_FLAGS(QDeclarativeViewer::ScriptOptions)
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif
|
||||
#endif // QMLRUNTIME_H
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef ABSTRACTNODEINSTANCE_H
|
||||
#define ABSTRACTNODEINSTANCE_H
|
||||
#ifndef OBJECTNODEINSTANCE_H
|
||||
#define OBJECTNODEINSTANCE_H
|
||||
|
||||
#include "nodeinstanceserver.h"
|
||||
#include "nodeinstancemetaobject.h"
|
||||
@@ -207,4 +207,4 @@ private:
|
||||
} // namespace Internal
|
||||
} // namespace QmlDesigner
|
||||
|
||||
#endif // ABSTRACTNODEINSTANCE_H
|
||||
#endif // OBJECTNODEINSTANCE_H
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef ABSTRACTNODEINSTANCE_H
|
||||
#define ABSTRACTNODEINSTANCE_H
|
||||
#ifndef OBJECTNODEINSTANCE_H
|
||||
#define OBJECTNODEINSTANCE_H
|
||||
|
||||
#include "nodeinstanceserver.h"
|
||||
#include "nodeinstancemetaobject.h"
|
||||
@@ -208,4 +208,4 @@ private:
|
||||
} // namespace Internal
|
||||
} // namespace QmlDesigner
|
||||
|
||||
#endif // ABSTRACTNODEINSTANCE_H
|
||||
#endif // OBJECTNODEINSTANCE_H
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef QMLJSDEBUGCLIENT_GLOBAL_H
|
||||
#define QMLJSDEBUGCLIENT_GLOBAL_H
|
||||
#ifndef QMLDEBUG_GLOBAL_H
|
||||
#define QMLDEBUG_GLOBAL_H
|
||||
|
||||
#if defined(QMLDEBUG_LIB)
|
||||
# define QMLDEBUG_EXPORT Q_DECL_EXPORT
|
||||
@@ -38,4 +38,4 @@
|
||||
# define QMLDEBUG_EXPORT Q_DECL_IMPORT
|
||||
#endif
|
||||
|
||||
#endif // QMLJSDEBUGCLIENT_GLOBAL_H
|
||||
#endif // QMLDEBUG_GLOBAL_H
|
||||
|
||||
Reference in New Issue
Block a user