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