summaryrefslogtreecommitdiff
path: root/metawatchsimulator.h
diff options
context:
space:
mode:
Diffstat (limited to 'metawatchsimulator.h')
-rw-r--r--metawatchsimulator.h2
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;
};
}