#ifndef PCANINTERFACE_H #define PCANINTERFACE_H #include #include #include "PCANBasic.h" class CPCANInterface : public QObject { Q_OBJECT public: explicit CPCANInterface(QObject *parent = 0); int Init(); signals: public slots: }; #endif // PCANINTERFACE_H