From b6060852c4b317cd73043cdc82b652d187d952fd Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Fri, 16 Sep 2011 20:51:27 +0200 Subject: Fixing some bugs in damage tracking on real N950 --- metawatchsimulator.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'metawatchsimulator.h') 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 #include "watchsimulator.h" #include "metawatchsimulatorform.h" @@ -23,6 +24,7 @@ public: protected: QPixmap _screen; MetaWatchSimulatorForm* _form; + QTime _nextFrame; }; } -- cgit v1.2.3