Fix Krazy warnings about includes/header guards in Debugger.

Change-Id: If547a0002d37710fac58c1a13bacc48cf531bed7
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Friedemann Kleint
2013-03-12 11:48:25 +01:00
committed by hjk
parent 8f1752fbb8
commit 68cd15382d
18 changed files with 45 additions and 48 deletions

View File

@@ -27,8 +27,8 @@
**
****************************************************************************/
#ifndef QMLGDBENGINE_H
#define QMLGDBENGINE_H
#ifndef QMLCPPENGINE_H
#define QMLCPPENGINE_H
#include "debuggerengine.h"
@@ -140,4 +140,4 @@ private:
} // namespace Internal
} // namespace Debugger
#endif // QMLGDBENGINE_H
#endif // QMLCPPENGINE_H