|
|
|
@ -719,7 +719,7 @@ void MainWindow::buildCommonWidgets()
@@ -719,7 +719,7 @@ void MainWindow::buildCommonWidgets()
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
#if (defined _MSC_VER) /*| (defined Q_OS_MAC) mac os doesn't support gearth right now */ |
|
|
|
|
if (!gEarthWidget) |
|
|
|
|
if (!earthWidget) |
|
|
|
|
{ |
|
|
|
|
earthWidget = new QGCGoogleEarthView(this); |
|
|
|
|
addToCentralStackedWidget(earthWidget,VIEW_GOOGLEEARTH, tr("Google Earth")); |
|
|
|
|