better offline mode

This commit is contained in:
Philippe Teuwen 2019-04-30 23:52:40 +02:00
commit 820a6d99a9
13 changed files with 47 additions and 57 deletions

View file

@ -93,13 +93,12 @@ class ProxWidget : public QWidget {
class WorkerThread : public QThread {
Q_OBJECT;
public:
WorkerThread(char *, char *, bool);
WorkerThread(char *, char *);
~WorkerThread();
void run();
private:
char *script_cmds_file = NULL;
char *script_cmd = NULL;
bool pm3_present;
};
class ProxGuiQT : public QObject {