summaryrefslogtreecommitdiffstats
path: root/tests/auto/integration_multiprocess/PodInterface.rep
blob: 8cdcf4851d9814e709694c5fc37873b897ded660 (plain)
1
2
3
4
5
6
7
8
#include <QtCore>

POD MyPOD(int i, float f, QString s)

class PodInterface
{
    PROP(MyPOD myPod)
};