blob: 8cdcf4851d9814e709694c5fc37873b897ded660 [file] [log] [blame]
#include <QtCore>
POD MyPOD(int i, float f, QString s)
class PodInterface
{
PROP(MyPOD myPod)
};