summaryrefslogtreecommitdiffstats
path: root/webview.h
diff options
context:
space:
mode:
authorRoopesh Chander <roop@forwardbias.in>2009-11-04 17:11:47 +0530
committerRoopesh Chander <roop@forwardbias.in>2009-11-04 17:11:47 +0530
commit566a24b06dcc3d0e7080bba0a25df3e137a12c6b (patch)
treeb7943e0c045950d84000fa797a921afe7b36b5f0 /webview.h
parentc1e861d1a055a3f07ca5014cf5dae6cd2a11d54c (diff)
keep track of the size of the page when the scrap was added. helps keep it looking the same.
Diffstat (limited to 'webview.h')
-rw-r--r--webview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webview.h b/webview.h
index 49332bc..756ac1a 100644
--- a/webview.h
+++ b/webview.h
@@ -31,7 +31,7 @@ public slots:
void setScrolledScrapRect(QRectF rect);
signals:
- void scrapAdded(QUrl url, QRect scrapRect, QPoint position);
+ void scrapAdded(QUrl url, QSize pageSize, QRect scrapRect, QPoint position);
protected:
void hoverMoveEvent(QGraphicsSceneHoverEvent* event);