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:
Roland Winklmeier
2014-02-08 11:03:06 +01:00
parent 3022c7c0e0
commit c4b458c97c
4 changed files with 6 additions and 4 deletions

View File

@@ -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