Sign in
third-party-mirror
/
orbit
/
301094089f7066c20f6885ee60d316d3f550a3c2
/
.
/
qt-everywhere-src-5.15.1
/
qtremoteobjects
/
tests
/
auto
/
repc
/
pods
/
pods.rep
blob: 9eea324df4ae3f6eb0c3057f57f43158e5ac0df8 [
file
] [
log
] [
blame
]
#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
{
};