Inserimento Led, Modifiche Layout
[qmemory] / mainwindow.h
index fa4bd1a..e1ab34a 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <QMainWindow>
 #include "testThread.h"
+#include "qled.h"
 
 namespace Ui {
     class MainWindow;
@@ -37,6 +38,7 @@ protected:
     Ui::MainWindow *ui;
     QList<bool> sequenza;
     TestThread tread;
+    QLed *statusLed;
 };
 
 #endif // MAINWINDOW_H