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,8 +27,8 @@
**
****************************************************************************/
#ifndef FSWATCHER_H
#define FSWATCHER_H
#ifndef FILESYSTEMWATCHER_H
#define FILESYSTEMWATCHER_H
#include "utils_global.h"
@@ -88,4 +88,4 @@ private:
} // namespace Utils
#endif // FSWATCHER_H
#endif // FILESYSTEMWATCHER_H

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

View File

@@ -27,8 +27,8 @@
**
****************************************************************************/
#ifndef QTCONCURRENT_RUNEX_H
#define QTCONCURRENT_RUNEX_H
#ifndef RUNEXTENSIONS_H
#define RUNEXTENSIONS_H
#include <qrunnable.h>
#include <qfutureinterface.h>
@@ -420,4 +420,4 @@ QFuture<T> run(void (Class::*fn)(QFutureInterface<T> &, Arg1, Arg2, Arg3, Arg4,
QT_END_NAMESPACE
#endif // QTCONCURRENT_RUNEX_H
#endif // RUNEXTENSIONS_H

View File

@@ -27,8 +27,8 @@
**
****************************************************************************/
#ifndef SETTINGSTUTILS_H
#define SETTINGSTUTILS_H
#ifndef STRINGUTILS_H
#define STRINGUTILS_H
#include "utils_global.h"
@@ -82,4 +82,4 @@ QTCREATOR_UTILS_EXPORT QString expandMacros(const QString &str, AbstractMacroExp
} // namespace Utils
#endif // SETTINGSTUTILS_H
#endif // STRINGUTILS_H

View File

@@ -27,8 +27,8 @@
**
****************************************************************************/
#ifndef TEXTFILEUTILS_H
#define TEXTFILEUTILS_H
#ifndef TEXTFILEFORMAT_H
#define TEXTFILEFORMAT_H
#include "utils_global.h"
@@ -90,4 +90,4 @@ public:
} // namespace Utils
#endif // TEXTFILEUTILS_H
#endif // TEXTFILEFORMAT_H