MagicSmoke  $VERSION$
customerinfo.cpp File Reference
#include "MOCustomerInfo"
#include <QVariant>

Variables

static bool mocv
 
static int mymeta
 

Variable Documentation

bool mocv
static
Initial value:
=
QMetaType::registerConverter<Nullable<MOCustomerInfo>,MOCustomerInfo>([](const Nullable<MOCustomerInfo>&n){return n.value();})|
QMetaType::registerConverter<QList<MOCustomerInfo>,QVariantList>([](const QList<MOCustomerInfo>&n){QVariantList r;for(auto v:n)r<<QVariant::fromValue(v);return r;})
Definition: customerinfo.h:22
int mymeta
static
Initial value:
=
qRegisterMetaType<MOCustomerInfo>()+
qRegisterMetaType<QList<MOCustomerInfo> >()+
qRegisterMetaType<Nullable<MOCustomerInfo> >()