This commit is contained in:
iceman1001 2018-06-03 23:32:02 +02:00
commit a2c7158f78
13 changed files with 25 additions and 30 deletions

View file

@ -113,7 +113,7 @@ class ProxGuiQT : public QObject
ProxWidget *plotwidget;
int argc;
char **argv;
void (*main_func)(void);
//void (*main_func)(void);
WorkerThread *proxmarkThread;
public: