summaryrefslogtreecommitdiffstats
path: root/tests/auto/repc/pods/pods.rep
blob: 9eea324df4ae3f6eb0c3057f57f43158e5ac0df8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <QString>

ENUM Test {TRUE, FALSE}

POD PodI(int i)
POD PodF(float f)
POD PodS(QString s)
POD PodIFS(int i, float f, QString s)
POD PodT(QList<TestEnum::Test> t)

class Container {
};