##// END OF EJS Templates
Sync
Sync

File last commit:

r2:0537883b23fe default
r2:0537883b23fe default
Show More
uprobe.cpp
17 lines | 175 B | text/x-c | CppLexer
#include "uprobe.h"
UProbe::UProbe(QObject *parent) :
QObject(parent)
{
}
bool UProbe::setPortName(const QString &name)
{
}
bool UProbe::setPortSpeed(int speed)
{
}