QGCParamID.h 195 Bytes
Newer Older
1 2 3 4
#ifndef QGCPARAMID_H
#define QGCPARAMID_H

#include <QString>
5

6 7
namespace OpalRT
{
8
    class QGCParamID : protected QString
9 10 11 12 13 14
    {
    public:
        QGCParamID();
    };
}
#endif // QGCPARAMID_H