qpidctrl  0.7.1
qpidsimulator.cpp
Go to the documentation of this file.
1 #include "qpidsimulator.h"
2 
3 QPidSimulator::QPidSimulator(QObject *parent) :
4  QIODevice(parent)
5 {
6 }
QPidSimulator(QObject *parent=0)