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