mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
refs #437, remove convertFromCVariant
This commit is contained in:
@@ -109,12 +109,6 @@ namespace BlackMisc
|
||||
//! \copydoc BlackMisc::Mixin::Index::apply
|
||||
using Mixin::Index<Derived>::apply;
|
||||
|
||||
//! \copydoc BlackMisc::Mixin::MetaType::toCVariant
|
||||
// using Mixin::MetaType<Derived>::toCVariant;
|
||||
|
||||
//! \copydoc BlackMisc::Mixin::MetaType::convertFromCVariant
|
||||
using Mixin::MetaType<Derived>::convertFromCVariant;
|
||||
|
||||
//! \copydoc BlackMisc::Mixin::JsonByTuple::toJson
|
||||
using Mixin::JsonByTuple<Derived>::toJson;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user