Exemplo n.º 1
0
/*!
Standard destructor.
*/
QextSerialPort::~QextSerialPort()
{
    if (isOpen()) {
        close();
    }
    platformSpecificDestruct();
    delete mutex;
}
Exemplo n.º 2
0
QextSerialPortPrivate::~QextSerialPortPrivate()
{
    platformSpecificDestruct();
}
Exemplo n.º 3
0
QextSerialEnumeratorPrivate::~QextSerialEnumeratorPrivate()
{
    platformSpecificDestruct();
}