Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
3a01d185
Commit
3a01d185
authored
Jun 30, 2014
by
Bryant Mairs
Browse files
Corrected namespace for GeoCoderStatusCode.
parent
ca5b2249
Changes
1
Hide whitespace changes
Inline
Side-by-side
libs/opmapcontrol/src/mapwidget/opmapwidget.h
View file @
3a01d185
...
...
@@ -161,7 +161,7 @@ namespace mapcontrol
Q_PROPERTY
(
double
Zoom
READ
ZoomTotal
WRITE
SetZoom
)
Q_PROPERTY
(
qreal
Rotate
READ
Rotate
WRITE
SetRotate
)
Q_ENUMS
(
internals
::
MouseWheelZoomType
::
Types
)
Q_ENUMS
(
internals
::
GeoCoderStatusCode
::
Types
)
Q_ENUMS
(
core
::
GeoCoderStatusCode
::
Types
)
public:
QSize
sizeHint
()
const
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment