summaryrefslogtreecommitdiffstats
path: root/demos/embedded/anomaly/src/ControlStrip.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/embedded/anomaly/src/ControlStrip.h')
-rw-r--r--demos/embedded/anomaly/src/ControlStrip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/embedded/anomaly/src/ControlStrip.h b/demos/embedded/anomaly/src/ControlStrip.h
index bbaea87..b6003a1 100644
--- a/demos/embedded/anomaly/src/ControlStrip.h
+++ b/demos/embedded/anomaly/src/ControlStrip.h
@@ -58,6 +58,7 @@ signals:
void menuClicked();
void backClicked();
void forwardClicked();
+ void closeClicked();
protected:
void paintEvent(QPaintEvent *event);
@@ -67,6 +68,7 @@ private:
QPixmap menuPixmap;
QPixmap backPixmap;
QPixmap forwardPixmap;
+ QPixmap closePixmap;
};
#endif // CONTROLSTRIP_H