summaryrefslogtreecommitdiffstats
path: root/src/webengine/api/qquickwebenginehistory_p.h
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2014-04-01 13:57:24 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-03 21:52:13 +0200
commitb8403fa43730401e9d2ff378ff2c084373991cc3 (patch)
tree2ccf310e963a10de0f599588b54ef6c91c4e7f65 /src/webengine/api/qquickwebenginehistory_p.h
parent393692f7bca587d0d97eecb45b5a65f2bf5cac7d (diff)
Fix reseting of the quick history list model
With this fix the quick history list is updated like in the widget API. Change-Id: I19127a0055a3f1ab8a04da63d847249f6c4c23d9 Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Diffstat (limited to 'src/webengine/api/qquickwebenginehistory_p.h')
-rw-r--r--src/webengine/api/qquickwebenginehistory_p.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/webengine/api/qquickwebenginehistory_p.h b/src/webengine/api/qquickwebenginehistory_p.h
index 729f70700..4364b377c 100644
--- a/src/webengine/api/qquickwebenginehistory_p.h
+++ b/src/webengine/api/qquickwebenginehistory_p.h
@@ -97,8 +97,7 @@ public:
QQuickWebEngineHistoryListModel *backItems() const;
QQuickWebEngineHistoryListModel *forwardItems() const;
-public Q_SLOTS:
- void reset(QQuickWebEngineLoadRequest*);
+ void reset();
private:
QQuickWebEngineHistory();