From 7c0f0522d880d3316aebdb39dd35824efb9a0390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCgler?= Date: Tue, 20 Mar 2012 01:46:44 +0100 Subject: [PATCH] add plasmacomponents api docs ResourceInstance --- declarativeimports/test/gallery/Gallery.qml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/declarativeimports/test/gallery/Gallery.qml b/declarativeimports/test/gallery/Gallery.qml index aae8992f9..3ede68587 100644 --- a/declarativeimports/test/gallery/Gallery.qml +++ b/declarativeimports/test/gallery/Gallery.qml @@ -31,6 +31,11 @@ PlasmaExtras.App { navigation: pageSelector content: page + PlasmaExtras.ResourceInstance { + uri: "http://api.kde.org/4.x-api/plasma-qml-apidocs/" + title: "Plasma Components API documentation" + } + ListView { id: pageSelector width: 200