#include "MOSeatPlanInfo"
#include <QDomElement>
#include <QDomDocument>
#include <QVariant>
Initial value:=QMetaType::registerConverter<Nullable<MOSeatPlanInfo>,
MOSeatPlanInfo>([](
const Nullable<MOSeatPlanInfo>&n){
return n.value();})|
QMetaType::registerConverter<QList<MOSeatPlanInfo>,QVariantList>([](const QList<MOSeatPlanInfo>&n){QVariantList r;for(auto v:n)r<<QVariant::fromValue(v);return r;})
This class is the transport for seat plans when communicating over the wire.
Definition: srcMOSeatPlanInfo.h:15