libdrmconf 0.12.1
A library to program DMR radios.
 
Loading...
Searching...
No Matches
opengd77_limits.hh
1#ifndef OPENGD77LIMITS_HH
2#define OPENGD77LIMITS_HH
3
4#include "radiolimits.hh"
5
9{
10 Q_OBJECT
11
12public:
14 explicit OpenGD77Limits(QObject *parent=nullptr);
15};
16
17#endif // OPENGD77LIMITS_HH
OpenGD77Limits(QObject *parent=nullptr)
Constructor.
Definition opengd77_limits.cc:11
RadioLimits(bool betaWarning, QObject *parent=nullptr)
Empty constructor.
Definition radiolimits.cc:923