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:
Friedemann Kleint
2013-03-15 12:40:44 +01:00
parent 56881e3179
commit 3ec9d6bb64
6 changed files with 18 additions and 18 deletions
@@ -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