X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=mainwindow.h;h=41c929bf7690b8b94938bc54b9f8cb93e47298af;hb=HEAD;hp=fa4bd1a0e86e25e6f804283e10c03cf617337473;hpb=06a7dabc6c41f79397c03f4cc67a07beb7f20f80;p=qmemory diff --git a/mainwindow.h b/mainwindow.h index fa4bd1a..41c929b 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -3,6 +3,7 @@ #include #include "testThread.h" +#include "qled.h" namespace Ui { class MainWindow; @@ -34,9 +35,15 @@ signals: protected: void changeEvent(QEvent *e); +private: + void writeSettings(); + void readSettings(); + + int bestScore; Ui::MainWindow *ui; QList sequenza; TestThread tread; + QLed *statusLed; }; #endif // MAINWINDOW_H