Ref T730, style

* avoid float, use double
* const correctness
* use fuzzyCompare for float/double
This commit is contained in:
Klaus Basan
2019-09-22 17:12:24 +02:00
committed by Mat Sutcliffe
parent e21fdeb039
commit 7c765654c0
7 changed files with 51 additions and 90 deletions

View File

@@ -39,7 +39,7 @@ namespace BlackMisc
QString CCallsign::convertToQString(bool i18n) const
{
Q_UNUSED(i18n);
Q_UNUSED(i18n)
return m_callsign;
}