10 lines
74 B
C++
10 lines
74 B
C++
|
|
#include <QObject>
|
|
|
|
class Foo : QObject
|
|
{
|
|
Q_OBJECT
|
|
public:
|
|
Foo();
|
|
};
|