#ifndef PM3PROCESS_H #define PM3PROCESS_H #include #include #include #include #include class PM3Process : public QProcess { Q_OBJECT public: explicit PM3Process(QObject* parent=nullptr); bool start(const QString path, const QString port); QStringList findPort(); }; #endif // PM3PROCESS_H