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 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
|
||||
|
||||
Reference in New Issue
Block a user