Fix Krazy warnings about improper include guard in Utils.

Change-Id: I8ec1e459a8430163e3e8b6eae6a282e8ae45cfd4
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
Friedemann Kleint
2013-03-15 12:35:25 +01:00
parent 7dee10f49c
commit 7490d56681
5 changed files with 17 additions and 12 deletions

View File

@@ -27,6 +27,9 @@
**
****************************************************************************/
#ifndef NETWORKACCESSMANAGER_H
#define NETWORKACCESSMANAGER_H
#include "utils_global.h"
#include <QNetworkAccessManager>
@@ -50,3 +53,5 @@ protected:
} // namespace utils
#endif // NETWORKACCESSMANAGER_H