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
56ac4e92
Commit
56ac4e92
authored
Dec 29, 2010
by
pixhawk
Browse files
Cleaned up line indendation, validated Google Earth on Mac
parent
14609cb8
Changes
1
Show whitespace changes
Inline
Side-by-side
src/ui/map3D/QGCGoogleEarthView.cc
View file @
56ac4e92
...
...
@@ -226,10 +226,10 @@ void QGCGoogleEarthView::initializeGoogleEarth()
{
if
(
!
jScriptInitialized
)
{
#ifdef Q_OS_MAC
#ifdef Q_OS_MAC
jScriptInitialized
=
true
;
#endif
#ifdef _MSC_VER
#ifdef _MSC_VER
QAxObject
*
doc
=
webViewWin
->
querySubObject
(
"Document()"
);
IDispatch
*
Disp
;
IDispatch
*
winDoc
=
NULL
;
...
...
@@ -259,7 +259,7 @@ void QGCGoogleEarthView::initializeGoogleEarth()
#endif
QTimer
::
singleShot
(
2500
,
this
,
SLOT
(
initializeGoogleEarth
()));
return
;
}
}
if
(
!
gEarthInitialized
)
{
...
...
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