summaryrefslogtreecommitdiffstats
path: root/tests/auto/integration/pod.rep
blob: 8b26699d8a4cd219bf59c77f1d6edeb8677c42c7 (plain)
1
2
3
4
5
6
7
8
POD MyPOD(int i, float f, QString s)

class MyClass
{
    PROP(MyPOD myPOD)
    SLOT(QMap<QString, MyPOD> myPodMap())
    SLOT(QList<MyPOD> myPodList())
}