summaryrefslogtreecommitdiff
path: root/testapp/qml/testapp/WebPageWindow.qml
diff options
context:
space:
mode:
Diffstat (limited to 'testapp/qml/testapp/WebPageWindow.qml')
-rw-r--r--testapp/qml/testapp/WebPageWindow.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/qml/testapp/WebPageWindow.qml b/testapp/qml/testapp/WebPageWindow.qml
index 001700e..d2b8c22 100644
--- a/testapp/qml/testapp/WebPageWindow.qml
+++ b/testapp/qml/testapp/WebPageWindow.qml
@@ -482,7 +482,7 @@ Item {
anchors.bottom: parent.bottom
anchors.bottomMargin: 0
onClicked: {
- pageiconimage.source = browserinterface.getPageIcon(browserinterface.getUrl());
+ pageiconimage.source = browserinterface.getPageIcon("/tmp/");
}
}
}