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:
Friedemann Kleint
2013-03-12 12:13:07 +01:00
parent fdfb3cafcd
commit 665ba57da0
14 changed files with 30 additions and 30 deletions

View File

@@ -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