diff --git a/src/ui/map/QGCMapWidget.cc b/src/ui/map/QGCMapWidget.cc index 89e56c408b9c6483b7a56c8f31bdac9ca620e464..4cb9098d032c9c9be7754b822266a23317769a02 100644 --- a/src/ui/map/QGCMapWidget.cc +++ b/src/ui/map/QGCMapWidget.cc @@ -267,15 +267,12 @@ void QGCMapWidget::loadSettings(bool changePosition) if (trailType == mapcontrol::UAVTrailType::ByDistance) { // XXX -#ifdef Q_OS_WIN -#pragma message ("WARNING: Settings loading for trail type not implemented") -#else -#warning Settings loading for trail type not implemented -#endif + qDebug() << "WARNING: Settings loading for trail type (ByDistance) not implemented"; } else if (trailType == mapcontrol::UAVTrailType::ByTimeElapsed) { // XXX + qDebug() << "WARNING: Settings loading for trail type (ByTimeElapsed) not implemented"; } // SET TRAIL TYPE