qpidctrl  0.7.1
qpidobjectnamer.h
Go to the documentation of this file.
1 #ifndef QPIDOBJECTNAMER_H
2 #define QPIDOBJECTNAMER_H
3 
4 #include <QObject>
5 #include <QString>
6 
8 {
9 public:
10  QPidObjectNamer(QObject *object, QString name);
11 };
12 
13 #endif // QPIDOBJECTNAMER_H
QPidObjectNamer(QObject *object, QString name)