forked from qt-creator/qt-creator
Fix Krazy warnings about includes/header guards in ProjectExplorer.
Change-Id: Ica1df90278f450717b71f7d895c84a31a5596e7c Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -27,6 +27,9 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef TASKMODEL_H
|
||||
#define TASKMODEL_H
|
||||
|
||||
#include <QAbstractItemModel>
|
||||
|
||||
#include <QIcon>
|
||||
@@ -187,3 +190,5 @@ private:
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace ProjectExplorer
|
||||
|
||||
#endif // TASKMODEL_H
|
||||
|
||||
Reference in New Issue
Block a user