qt6windows7/tests/auto/tools/moc/Header

7 lines
77 B
Plaintext
Raw Normal View History

2023-10-30 06:33:08 +08:00
#include <QtCore/qobject.h>
class Object : public QObject
{
Q_OBJECT
};