Commit 3a01d185 authored by Bryant Mairs's avatar Bryant Mairs

Corrected namespace for GeoCoderStatusCode.

parent ca5b2249
...@@ -161,7 +161,7 @@ namespace mapcontrol ...@@ -161,7 +161,7 @@ namespace mapcontrol
Q_PROPERTY(double Zoom READ ZoomTotal WRITE SetZoom) Q_PROPERTY(double Zoom READ ZoomTotal WRITE SetZoom)
Q_PROPERTY(qreal Rotate READ Rotate WRITE SetRotate) Q_PROPERTY(qreal Rotate READ Rotate WRITE SetRotate)
Q_ENUMS(internals::MouseWheelZoomType::Types) Q_ENUMS(internals::MouseWheelZoomType::Types)
Q_ENUMS(internals::GeoCoderStatusCode::Types) Q_ENUMS(core::GeoCoderStatusCode::Types)
public: public:
QSize sizeHint() const; QSize sizeHint() const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment