1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Fix linux warnings

This commit is contained in:
Jon Beniston
2022-02-04 22:42:05 +00:00
parent bce51d09d7
commit df8451dbde
6 changed files with 12 additions and 9 deletions
+4 -3
View File
@@ -20,8 +20,8 @@
#include "cesiuminterface.h"
CesiumInterface::CesiumInterface(const MapSettings *settings, QObject *parent) :
m_czml(settings),
MapWebSocketServer(parent)
MapWebSocketServer(parent),
m_czml(settings)
{
}
@@ -202,7 +202,8 @@ void CesiumInterface::removeAllCZMLEntities()
void CesiumInterface::initCZML()
{
czml(m_czml.init());
QJsonObject obj = m_czml.init();
czml(obj);
}
// Send and process CZML