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