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

6 lines
158 B
C
Raw Normal View History

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