#include "uprobe.h" UProbe::UProbe(QObject *parent) : QObject(parent) { } bool UProbe::setPortName(const QString &name) { /* TODO implement this function */ Q_UNUSED(name) return false; } bool UProbe::setPortSpeed(int speed) { /* TODO implement this function */ Q_UNUSED(speed) return false; }