#ifndef QGCPARAMID_H #define QGCPARAMID_H #include namespace OpalRT { class QGCParamID : protected QString { public: QGCParamID(); }; } #endif // QGCPARAMID_H