17 lines
165 B
C++
17 lines
165 B
C++
#include "vincecontrol.h"
|
|
|
|
VinceControl::VinceControl()
|
|
{
|
|
|
|
}
|
|
|
|
VinceControl::~VinceControl()
|
|
{
|
|
|
|
}
|
|
|
|
void VinceControl::connect(QString comname, QString bandrate)
|
|
{
|
|
|
|
}
|