##// END OF EJS Templates
Étiquette STAR-Dundee USB brick ready for testing ajoutée à la révision 2be2e1f2c5d6
Étiquette STAR-Dundee USB brick ready for testing ajoutée à la révision 2be2e1f2c5d6

File last commit:

r0:2d12462f4460 default
r13:c8a3067321d8 default
Show More
dsu3pluginpywrapper.h
19 lines | 378 B | text/x-c | CLexer
#ifndef DSU3PLUGINPYWRAPPER_H
#define DSU3PLUGINPYWRAPPER_H
#include <genericPySysdriver.h>
class dsu3pluginPywrapper : public genericPySysdriver
{
Q_OBJECT
public:
explicit dsu3pluginPywrapper(socexplorerplugin *parent = 0);
signals:
bool openFile(QString fileName);
bool loadFile();
bool run();
public slots:
};
#endif // DSU3PLUGINPYWRAPPER_H