mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-03-11 00:47:32 +08:00
7 lines
77 B
Plaintext
7 lines
77 B
Plaintext
#include <QtCore/qobject.h>
|
|
|
|
class Object : public QObject
|
|
{
|
|
Q_OBJECT
|
|
};
|