Q_UNREACHABLE fix, minor style adjustments

This commit is contained in:
Klaus Basan
2020-01-18 20:06:47 +01:00
parent 785dc7f016
commit bd39b0638c
4 changed files with 69 additions and 40 deletions

View File

@@ -63,7 +63,7 @@ namespace BlackCore
{
BlackMisc::CLogMessage(static_cast<PilotDataUpdate *>(nullptr)).debug(u"Wrong number of arguments.");
return {};
};
}
double pitch = 0.0;
double bank = 0.0;