Enabled coordinate classes for DBus, added generation method for lat/lng by WGS84 strings

This commit is contained in:
Klaus Basan
2013-07-25 23:58:09 +02:00
parent 7316980a5c
commit 581638ec7f
21 changed files with 280 additions and 72 deletions

View File

@@ -95,7 +95,7 @@ void CMultiPlayer::addPlane(CPlane *plane)
void CMultiPlayer::removePlane(CPlane *plane)
{
qint32 id;
qint32 id = 0;
m_simulator->removePlane(id);
}