summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeosearchmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeosearchmanager.h')
-rw-r--r--src/location/maps/qgeosearchmanager.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/location/maps/qgeosearchmanager.h b/src/location/maps/qgeosearchmanager.h
index 631b9c77..ad53179a 100644
--- a/src/location/maps/qgeosearchmanager.h
+++ b/src/location/maps/qgeosearchmanager.h
@@ -49,9 +49,10 @@
#include <QList>
#include <QMap>
+QT_BEGIN_NAMESPACE
class QLocale;
-QTM_BEGIN_NAMESPACE
+class QLandmarkManager;
class QGeoSearchManagerEngine;
class QGeoSearchManagerPrivate;
@@ -94,6 +95,8 @@ private:
friend class QGeoServiceProvider;
};
-QTM_END_NAMESPACE
+Q_DECLARE_OPERATORS_FOR_FLAGS(QGeoSearchManager::SearchTypes)
+
+QT_END_NAMESPACE
#endif