qt6windows7/tests/auto/tools/moc/forwarddeclaredparam.h

6 lines
158 B
C
Raw Normal View History

2023-10-30 06:33:08 +08:00
#ifndef FORWARDDECLAREDPARAM_H
#define FORWARDDECLAREDPARAM_H
struct ForwardDeclaredParam {};
template <typename T> class ForwardDeclaredContainer {};
#endif