|
|
|
@ -58,13 +58,13 @@ This file is part of the QGROUNDCONTROL project
@@ -58,13 +58,13 @@ This file is part of the QGROUNDCONTROL project
|
|
|
|
|
#include "ParameterInterface.h" |
|
|
|
|
#include "HDDisplay.h" |
|
|
|
|
#include "WatchdogControl.h" |
|
|
|
|
#include "HSIDisplay.h" |
|
|
|
|
#include "QGCRemoteControlView.h" |
|
|
|
|
#include "opmapcontrol.h" |
|
|
|
|
#ifndef DISABLE_GOOGLE_EARTH |
|
|
|
|
#include "QGCGoogleEarthView.h" |
|
|
|
|
#endif |
|
|
|
|
#include "QGCToolBar.h" |
|
|
|
|
#include "HSIDisplay.h" |
|
|
|
|
#include "QGCRemoteControlView.h" |
|
|
|
|
#include "opmapcontrol.h" |
|
|
|
|
#ifdef QGC_GOOGLE_EARTH_ENABLED |
|
|
|
|
#include "QGCGoogleEarthView.h" |
|
|
|
|
#endif |
|
|
|
|
#include "QGCToolBar.h" |
|
|
|
|
#include "SlugsDataSensorView.h" |
|
|
|
|
#include "LogCompressor.h" |
|
|
|
|
|
|
|
|
@ -413,13 +413,13 @@ protected:
@@ -413,13 +413,13 @@ protected:
|
|
|
|
|
//QPointer<QGCMapTool> mapWidget;
|
|
|
|
|
//QPointer<XMLCommProtocolWidget> protocolWidget;
|
|
|
|
|
//QPointer<QGCDataPlot2D> dataplotWidget;
|
|
|
|
|
#ifdef QGC_OSG_ENABLED |
|
|
|
|
QPointer<QWidget> q3DWidget; |
|
|
|
|
#endif |
|
|
|
|
#ifndef DISABLE_GOOGLE_EARTH |
|
|
|
|
#ifdef QGC_OSG_ENABLED |
|
|
|
|
QPointer<QWidget> q3DWidget; |
|
|
|
|
#endif |
|
|
|
|
#ifdef QGC_GOOGLE_EARTH_ENABLED |
|
|
|
|
QPointer<QGCGoogleEarthView> earthWidget; |
|
|
|
|
#endif |
|
|
|
|
QPointer<QGCFirmwareUpdate> firmwareUpdateWidget; |
|
|
|
|
#endif |
|
|
|
|
QPointer<QGCFirmwareUpdate> firmwareUpdateWidget; |
|
|
|
|
|
|
|
|
|
// Dock widgets
|
|
|
|
|
QPointer<QDockWidget> controlDockWidget; |
|
|
|
|