aboutsummaryrefslogtreecommitdiff
path: root/examples/render-menumodel.qml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-11-17 13:13:59 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-11-17 13:13:59 +0100
commit8089cd5052ff617c05ef981b24881d4b89b5436c (patch)
tree9511d64514ca43f233539279f699c5b099e010d8 /examples/render-menumodel.qml
parent7f41ec3ad465feae093eab4d4ae54b8454a63018 (diff)
parent0d2c880a580c1ea9bb796e1116d18560fea0e4d6 (diff)
downloadqmenumodel-8089cd5052ff617c05ef981b24881d4b89b5436c.tar.gz
qmenumodel-8089cd5052ff617c05ef981b24881d4b89b5436c.tar.bz2
qmenumodel-8089cd5052ff617c05ef981b24881d4b89b5436c.zip
Merge branch 'tari01-pr/rename-canonical-properties'
Attributes GH PR #7: https://github.com/AyatanaIndicators/qmenumodel/pull/7
Diffstat (limited to 'examples/render-menumodel.qml')
-rw-r--r--examples/render-menumodel.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/render-menumodel.qml b/examples/render-menumodel.qml
index 7d8e0a1..5458eeb 100644
--- a/examples/render-menumodel.qml
+++ b/examples/render-menumodel.qml
@@ -18,8 +18,8 @@
*/
// This example QML application renders a menu model exposed on the session bus
-// under the well-known name com.canonical.testmenu and at the object path
-// /com/canonical/testmenu.
+// under the well-known name org.ayatana.testmenu and at the object path
+// /org/ayatana/testmenu.
import QtQuick 2.0
import QMenuModel 0.1
@@ -32,8 +32,8 @@ Item {
QDBusMenuModel {
id: menuModel
busType: DBus.SessionBus
- busName: "com.canonical.testmenu"
- objectPath: "/com/canonical/testmenu"
+ busName: "org.ayatana.testmenu"
+ objectPath: "/org/ayatana/testmenu"
onStatusChanged: {
if (status == DBus.Connecting) {
view.reset()