summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-09-04 10:35:35 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-09-07 17:58:27 +0000
commitd6108626faa614348dc872633434f4d8a7dde734 (patch)
tree48a7fc6a41a1de5c5e75de40807299289985ea96
parentdcac944e0bf04e8fbe56c0c00d5ceb6d22980494 (diff)
Fix incorrect include guard
Clang warns about it. Change-Id: I4281622a2928890c2d88e3a483c18fba420d0afd Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
-rw-r--r--tests/auto/geotestplugin/qgeocodingmanagerengine_test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/geotestplugin/qgeocodingmanagerengine_test.h b/tests/auto/geotestplugin/qgeocodingmanagerengine_test.h
index 2ed03a91..551517c3 100644
--- a/tests/auto/geotestplugin/qgeocodingmanagerengine_test.h
+++ b/tests/auto/geotestplugin/qgeocodingmanagerengine_test.h
@@ -32,7 +32,7 @@
****************************************************************************/
#ifndef QGEOCODINGMANAGERENGINE_TEST_H
-#define QGECODINGMANAGERENGINE_TEST_H
+#define QGEOCODINGMANAGERENGINE_TEST_H
#include <qgeoserviceprovider.h>
#include <qgeocodingmanagerengine.h>