mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
Fix weak vtables
This commit is contained in:
@@ -18,6 +18,29 @@ namespace BlackMisc
|
||||
{
|
||||
using BlackMisc::Math::CMathUtils;
|
||||
|
||||
// pin vtables to this file
|
||||
|
||||
void CLengthUnit::anchor()
|
||||
{ }
|
||||
|
||||
void CFrequencyUnit::anchor()
|
||||
{ }
|
||||
|
||||
void CMassUnit::anchor()
|
||||
{ }
|
||||
|
||||
void CPressureUnit::anchor()
|
||||
{ }
|
||||
|
||||
void CTemperatureUnit::anchor()
|
||||
{ }
|
||||
|
||||
void CSpeedUnit::anchor()
|
||||
{ }
|
||||
|
||||
void CAccelerationUnit::anchor()
|
||||
{ }
|
||||
|
||||
QString CAngleUnit::makeRoundedQStringWithUnit(double value, int digits, bool i18n) const
|
||||
{
|
||||
if (digits < 0) digits = this->getDisplayDigits();
|
||||
|
||||
Reference in New Issue
Block a user