forked from qt-creator/qt-creator
Fix Krazy warnings about includes/header guards in Debugger.
Change-Id: If547a0002d37710fac58c1a13bacc48cf531bed7 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user