#ifndef RMAPPLUGINPYTHONWRAPPER_H #define RMAPPLUGINPYTHONWRAPPER_H #include #include #include #include class rmappluginPythonWrapper : public genericPySysdriver { Q_OBJECT public: explicit rmappluginPythonWrapper(QObject *parent = 0); signals: public slots: QList getData(); }; #endif // RMAPPLUGINPYTHONWRAPPER_H