From 91a88e4cd318586369d1f9be792f89e1725a7991 Mon Sep 17 00:00:00 2001 From: Anmol Gautam Date: Sat, 30 Jun 2018 07:34:31 +0530 Subject: [PATCH] modified helloqml plugin --- src/scripts/helloqml/helloqml.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/scripts/helloqml/helloqml.qml b/src/scripts/helloqml/helloqml.qml index 89981b7c2..4db4c7fe8 100644 --- a/src/scripts/helloqml/helloqml.qml +++ b/src/scripts/helloqml/helloqml.qml @@ -16,7 +16,7 @@ Falkon.PluginInterface { console.log('Bye!') } - browserAction: Falkon.BrowserAction { + Falkon.BrowserAction { name: 'helloqml-button' identity: 'helloqml-id' title: 'Testing QML Title' @@ -58,7 +58,7 @@ Falkon.PluginInterface { } } - sideBar: Falkon.SideBar { + Falkon.SideBar { name: 'helloqml-sidebar' title: 'Testing QML SideBar' icon: Qt.resolvedUrl('qrc:/icons/preferences/extensions.svg') @@ -156,4 +156,4 @@ Falkon.PluginInterface { } } } -} \ No newline at end of file +}