mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 11:05:44 +08:00
Fix missing arguments and const declarations in avionics
and geo classes. In the same step, add the override keyword fixes #133 refs 124#
This commit is contained in:
@@ -80,7 +80,7 @@ namespace BlackMisc
|
||||
* \param i18n
|
||||
* \return
|
||||
*/
|
||||
virtual QString convertToQString(bool i18n = false) const;
|
||||
virtual QString convertToQString(bool i18n = false) const override;
|
||||
|
||||
/*!
|
||||
* \copydoc CValueObject::getMetaTypeId
|
||||
|
||||
Reference in New Issue
Block a user