Skip to content
Snippets Groups Projects
QGCParamID.h 195 B
Newer Older
  • Learn to ignore specific revisions
  • #ifndef QGCPARAMID_H
    #define QGCPARAMID_H
    
    #include <QString>
    
        class QGCParamID : protected QString
    
        {
        public:
            QGCParamID();
        };
    }
    #endif // QGCPARAMID_H