7 lines
77 B
Plaintext
7 lines
77 B
Plaintext
#include <QtCore/qobject.h>
|
|
|
|
class Object : public QObject
|
|
{
|
|
Q_OBJECT
|
|
};
|