#include "MOWebCart"
#include <QDomElement>
#include <QDomDocument>
#include <QVariant>
Initial value:=QMetaType::registerConverter<Nullable<MOWebCart>,
MOWebCart>([](
const Nullable<MOWebCart>&n){
return n.value();})|
QMetaType::registerConverter<QList<MOWebCart>,QVariantList>([](const QList<MOWebCart>&n){QVariantList r;for(auto v:n)r<<QVariant::fromValue(v);return r;})
The cart as used by the web user interface, this maps into the cart tables. This class is never used ...
Definition: srcMOWebCart.h:23
int class_metatypeid = qRegisterMetaType<MOWebCart>()+ qRegisterMetaType<QList<MOWebCart> >()+ qRegisterMetaType<Nullable<MOWebCart> >() |
|
static |