mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-10 04:15:51 +00:00
more correct test class for extscripts
This commit is contained in:
@ -61,6 +61,9 @@ public:
|
||||
void setName(const QString _name = QString("none"));
|
||||
void setNumber(int _number = -1);
|
||||
|
||||
signals:
|
||||
void dataReceived(const QVariantHash &data);
|
||||
|
||||
public slots:
|
||||
virtual void readConfiguration();
|
||||
virtual QVariantHash run() = 0;
|
||||
|
Reference in New Issue
Block a user