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
b6250c0c
Commit
b6250c0c
authored
Dec 21, 2010
by
pixhawk
Browse files
Minor debug output change
parent
0da55f23
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/map3D/QGCGoogleEarthView.cc
View file @
b6250c0c
...
...
@@ -68,7 +68,6 @@ QGCGoogleEarthView::QGCGoogleEarthView(QWidget *parent) :
#ifdef _MSC_VER
webViewWin
->
dynamicCall
(
"GoHome()"
);
webViewWin
->
dynamicCall
(
"Navigate(const QString&)"
,
QApplication
::
applicationDirPath
()
+
"/earth.html"
);
qDebug
()
<<
QDir
::
cleanPath
(
QApplication
::
applicationDirPath
()
+
"/earth.html"
).
replace
(
'/'
,
"
\\
"
);
#endif
// Parse for model links
...
...
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