]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/proxguiqt.h
add terminal decision to `genac` and small fixes
[proxmark3-svn] / client / proxguiqt.h
index 45a65b040c5702dc922644c8deb18bbbbe6206a0..5f7199fc09202ea2660c55fb7043c027a7b197bf 100644 (file)
@@ -28,6 +28,7 @@
 class Plot: public QWidget
 {
 private:
+       QWidget *master;
        int GraphStart;
        double GraphPixelsPerPoint;
        int CursorAPos;
@@ -109,7 +110,6 @@ class ProxGuiQT : public QObject
                ProxWidget *plotwidget;
                int argc;
                char **argv;
-               void (*main_func)(void);
                WorkerThread *proxmarkThread;
        
        public:
Impressum, Datenschutz