new value objects for aviation, network, and settings

refs #81
This commit is contained in:
Klaus Basan
2013-12-13 20:46:59 +00:00
committed by Mathew Sutcliffe
parent fe1a570c39
commit 4747b3b484
40 changed files with 5401 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ namespace BlackMisc
* \brief As QVariant
* \return
*/
QVariant asQVariant() const
QVariant toQVariant() const
{
return QVariant::fromValue(*this);
}