1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 09:32:12 +01:00

modified helloqml plugin

This commit is contained in:
Anmol Gautam 2018-06-30 07:34:31 +05:30
parent f42049eb12
commit 91a88e4cd3

View File

@ -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 {
}
}
}
}
}