summaryrefslogtreecommitdiffstats
path: root/webscrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'webscrap.h')
-rw-r--r--webscrap.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/webscrap.h b/webscrap.h
index 570e374..aa33c98 100644
--- a/webscrap.h
+++ b/webscrap.h
@@ -56,7 +56,9 @@ class WebScrapContainer : public QGraphicsWidget {
Q_OBJECT
public:
enum Data {
- Position = 0
+ Position = 0,
+ EnterAnimation,
+ LeaveAnimation
};
WebScrapContainer(WebScrap *scrap, QGraphicsScene *scene, qreal xScale = 1.0, qreal yScale = 1.0);
void createToolbar();