forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user