summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/moc/forwarddeclaredparam.h
blob: 176f0c3356e21823149a550fe51931e63cea242d (plain)
1
2
3
4
5
#ifndef FORWARDDECLAREDPARAM_H
#define FORWARDDECLAREDPARAM_H
struct ForwardDeclaredParam {};
template <typename T> class ForwardDeclaredContainer {};
#endif