diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2011-09-16 20:51:27 +0200 |
---|---|---|
committer | Javier <javier@pcjavier.(none)> | 2011-09-16 20:51:27 +0200 |
commit | b6060852c4b317cd73043cdc82b652d187d952fd (patch) | |
tree | a5795eb33379e7172cd16962c131b8bac8db16da /metawatchsimulator.h | |
parent | aa1c0fd3146b4ed055d181c99d52463afa6bedbb (diff) | |
download | sowatch-b6060852c4b317cd73043cdc82b652d187d952fd.tar.gz sowatch-b6060852c4b317cd73043cdc82b652d187d952fd.zip |
Fixing some bugs in damage tracking on real N950
Diffstat (limited to 'metawatchsimulator.h')
-rw-r--r-- | metawatchsimulator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/metawatchsimulator.h b/metawatchsimulator.h index 22ca4b0..674c3c6 100644 --- a/metawatchsimulator.h +++ b/metawatchsimulator.h @@ -1,6 +1,7 @@ #ifndef METAWATCHSIMULATOR_H #define METAWATCHSIMULATOR_H +#include <QtCore/QTime> #include "watchsimulator.h" #include "metawatchsimulatorform.h" @@ -23,6 +24,7 @@ public: protected: QPixmap _screen; MetaWatchSimulatorForm* _form; + QTime _nextFrame; }; } |