summaryrefslogtreecommitdiffstats
path: root/hyperui/menuview.h
diff options
context:
space:
mode:
Diffstat (limited to 'hyperui/menuview.h')
-rw-r--r--hyperui/menuview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hyperui/menuview.h b/hyperui/menuview.h
index 7c73d82..d557816 100644
--- a/hyperui/menuview.h
+++ b/hyperui/menuview.h
@@ -34,6 +34,7 @@
#include "view.h"
+class PhoneView;
class QAbstractAnimation;
@@ -68,6 +69,8 @@ protected:
Button *m_btnCamera;
Button *m_btnPhone;
+ PhoneView *m_phoneView;
+
void createStateMachine();
QAbstractAnimation *createInOutAnimation(bool out);