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,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
|
||||
|
||||
Reference in New Issue
Block a user