forked from qt-creator/qt-creator
Fix Krazy warnings about includes/header guards in Core plugin.
Change-Id: I24b4486bf749d8a649f213482fb8d075a24fc30b Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef NAVIGATIONSSUBWIDGET_H
|
||||
#define NAVIGATIONSSUBWIDGET_H
|
||||
#ifndef NAVIGATIONSUBWIDGET_H
|
||||
#define NAVIGATIONSUBWIDGET_H
|
||||
|
||||
#include <QComboBox>
|
||||
|
||||
@@ -123,4 +123,4 @@ private:
|
||||
} // namespace Internal
|
||||
} // namespace Core
|
||||
|
||||
#endif // NAVIGATIONSSUBWIDGET_H
|
||||
#endif // NAVIGATIONSUBWIDGET_H
|
||||
|
||||
Reference in New Issue
Block a user