1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

LP-29 fixed compilation warning

This commit is contained in:
Philippe Renon 2015-09-05 18:55:43 +02:00
parent 7ece271878
commit 7a65021190

View File

@ -40,12 +40,12 @@ PfdQmlGadgetConfiguration::PfdQmlGadgetConfiguration(QString classId, QSettings
m_terrainEnabled(false),
m_terrainFile("Unknown"),
m_cacheOnly(false),
m_timeMode(Pfd::Local),
m_dateTime(QDateTime()),
m_minAmbientLight(0),
m_latitude(0),
m_longitude(0),
m_altitude(0),
m_timeMode(Pfd::Local),
m_dateTime(QDateTime()),
m_minAmbientLight(0),
m_modelEnabled(false),
m_modelFile("Unknown"),
m_modelSelectionMode(Pfd::Auto),