summaryrefslogtreecommitdiffstats
path: root/examples/webkit/framecapture/framecapture.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webkit/framecapture/framecapture.h')
-rw-r--r--examples/webkit/framecapture/framecapture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/webkit/framecapture/framecapture.h b/examples/webkit/framecapture/framecapture.h
index 9de9c43..7a6d5f3 100644
--- a/examples/webkit/framecapture/framecapture.h
+++ b/examples/webkit/framecapture/framecapture.h
@@ -64,7 +64,7 @@ private:
QString m_fileName;
int m_percent;
- void saveFrame(QWebFrame *frame, QImage image, QString fileName);
+ void saveFrame(QWebFrame *frame);
};
#endif