summaryrefslogtreecommitdiffstats
path: root/webview.h
diff options
context:
space:
mode:
authorRoopesh Chander <roop@forwardbias.in>2009-10-22 20:17:12 +0530
committerRoopesh Chander <roop@forwardbias.in>2009-10-22 20:17:12 +0530
commit37a50719e3025d6ed66fa594282d275d758a662c (patch)
tree8ef7908da9ee2c9f89c031440631741f5bb14c0b /webview.h
parentb6719dd2a7986ced602f8d331ff5d5b24a8c54c5 (diff)
make adding scraps work
Diffstat (limited to 'webview.h')
-rw-r--r--webview.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/webview.h b/webview.h
index e836fc2..ed10f30 100644
--- a/webview.h
+++ b/webview.h
@@ -22,7 +22,10 @@ public:
public slots:
void setScrapSelectionEnabled(bool enabled);
void unselectScrap();
- // void addScrap();
+ void addScrap();
+
+signals:
+ void scrapAdded(QUrl url, QRect scrapRect, QPoint position);
protected:
void hoverMoveEvent(QGraphicsSceneHoverEvent* event);