第一个函数

This commit is contained in:
xin
2020-08-05 17:33:45 +08:00
parent 399e65d995
commit 93cd9f1af2
10 changed files with 66 additions and 5 deletions

View File

@ -2,12 +2,14 @@
#define VINCECONTROL_H
#include "vincecontrol_global.h"
#include "QString"
class VINCECONTROL_EXPORT VinceControl
{
public:
VinceControl();
~VinceControl();
void connect(QString comname,QString bandrate);
private: