1 2 3 4 5 6 7 8
#include <QtCore> POD MyPOD(int i, float f, QString s) class PodInterface { PROP(MyPOD myPod) };