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 DEBUGGER_ATTACHCOREDIALOG_H
|
||||
#define DEBUGGER_ATTACHCOREDIALOG_H
|
||||
#ifndef LOADCOREDIALOG_H
|
||||
#define LOADCOREDIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
@@ -79,4 +79,4 @@ private:
|
||||
} // namespace Debugger
|
||||
} // namespace Internal
|
||||
|
||||
#endif // DEBUGGER_ATTACHCOREDIALOG_H
|
||||
#endif // LOADCOREDIALOG_H
|
||||
|
||||
Reference in New Issue
Block a user