Avoid some bound to fail Hamlib API calls

This commit is contained in:
Bill Somerville
2020-05-27 20:05:16 +01:00
parent 9ed7e5b903
commit 12993cb266
3 changed files with 7 additions and 4 deletions
+1
View File
@@ -45,6 +45,7 @@ public:
struct RIGDeleter {static void cleanup (RIG *);};
QScopedPointer<RIG, RIGDeleter> rig_;
bool ptt_only_; // we can use a dummy device for PTT
bool back_ptt_port_;
bool one_VFO_;
bool is_dummy_;