summaryrefslogtreecommitdiffstats
path: root/webview.h
diff options
context:
space:
mode:
authorRoopesh Chander <roop@forwardbias.in>2009-10-26 20:28:56 +0530
committerRoopesh Chander <roop@forwardbias.in>2009-10-26 20:28:56 +0530
commit093c47b02f1eae2ec4e4f5225666a5479ddad27d (patch)
treeaa4fb95fe3caf4e96f6713da5e46bb41a4d53af0 /webview.h
parent06faa223a285ac312ba11983b87a619ef1d07a10 (diff)
added animations for scraps and the webview. and it's s...l...o...w.
Diffstat (limited to 'webview.h')
-rw-r--r--webview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/webview.h b/webview.h
index ed10f30..3202dfb 100644
--- a/webview.h
+++ b/webview.h
@@ -23,6 +23,8 @@ public slots:
void setScrapSelectionEnabled(bool enabled);
void unselectScrap();
void addScrap();
+ void show();
+ void hide();
signals:
void scrapAdded(QUrl url, QRect scrapRect, QPoint position);