forked from qt-creator/qt-creator
Fix Krazy warnings about improper include guard in various plugins.
Change-Id: I8b793ede842181e50d2bc3125ecfd3ed0b70e9d6 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef QAGGREGATION_H
|
||||
#define QAGGREGATION_H
|
||||
#ifndef AGGREGATE_H
|
||||
#define AGGREGATE_H
|
||||
|
||||
#include "aggregation_global.h"
|
||||
|
||||
@@ -131,4 +131,4 @@ template <typename T> QList<T *> query_all(QObject *obj)
|
||||
|
||||
} // namespace Aggregation
|
||||
|
||||
#endif // QAGGREGATION_H
|
||||
#endif // AGGREGATE_H
|
||||
|
||||
Reference in New Issue
Block a user