rename usb_present

This commit is contained in:
Philippe Teuwen 2019-04-26 23:30:03 +02:00
commit 897632a717
5 changed files with 21 additions and 21 deletions

View file

@ -99,7 +99,7 @@ class WorkerThread : public QThread {
private:
char *script_cmds_file = NULL;
char *script_cmd = NULL;
bool usb_present;
bool pm3_present;
};
class ProxGuiQT : public QObject {