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 PROGRESSPIE_H
|
||||
#define PROGRESSPIE_H
|
||||
#ifndef PROGRESSBAR_H
|
||||
#define PROGRESSBAR_H
|
||||
|
||||
#include <QString>
|
||||
#include <QWidget>
|
||||
@@ -87,4 +87,4 @@ private:
|
||||
} // namespace Internal
|
||||
} // namespace Core
|
||||
|
||||
#endif // PROGRESSPIE_H
|
||||
#endif // PROGRESSBAR_H
|
||||
|
||||
Reference in New Issue
Block a user