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 WATCHDELEGATEEDITS_H
|
||||
#define WATCHDELEGATEEDITS_H
|
||||
#ifndef WATCHDELEGATEWIDGETS_H
|
||||
#define WATCHDELEGATEWIDGETS_H
|
||||
|
||||
#include <QLineEdit>
|
||||
#include <QComboBox>
|
||||
@@ -115,4 +115,4 @@ public:
|
||||
} // namespace Internal
|
||||
} // namespace Debugger
|
||||
|
||||
#endif // WATCHDELEGATEEDITS_H
|
||||
#endif // WATCHDELEGATEWIDGETS_H
|
||||
|
||||
Reference in New Issue
Block a user