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
6dd121cf
Commit
6dd121cf
authored
Dec 19, 2010
by
pixhawk
Browse files
Working on 3D view with google maps
parent
72a41511
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/map3D/QGCGoogleEarthView.h
View file @
6dd121cf
...
...
@@ -9,7 +9,7 @@
#include
<QWebView>
#endif
#if (defined Q_OS_WIN) &
& !
(defined _
_MINGW32__
)
#if (defined Q_OS_WIN) &
(defined _
MSVC_VER
)
QGCWebAxWidget
*
webViewWin
;
#include
<ActiveQt/QAxWidget>
#include
"windows.h"
...
...
@@ -35,7 +35,7 @@ protected:
#else
namespace
Ui
{
class
QGCGoogleEarthControls
;
#if (defined Q_OS_WIN) &
& !
(defined _
_MINGW32__
)
#if (defined Q_OS_WIN) &
(defined _
MSVC_VER
)
class
QGCGoogleEarthViewWin
;
#else
class
QGCGoogleEarthView
;
...
...
@@ -69,7 +69,7 @@ protected:
UASInterface
*
mav
;
bool
followCamera
;
bool
trailEnabled
;
#if (defined Q_OS_WIN) &
& !
(defined _
_MINGW32__
)
#if (defined Q_OS_WIN) &
(defined _
MSVC_VER
)
WebAxWidget
*
webViewWin
;
#endif
#if (defined Q_OS_MAC)
...
...
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