8 lines
99 B
Plaintext
8 lines
99 B
Plaintext
#include <QObject>
|
|
class test1 : public QObject
|
|
{
|
|
Q_OBJECT
|
|
public slots:
|
|
void onTst1() {}
|
|
};
|