From 4576cb4fa0b65ef6b95e1d22dbc46f7a3f09f0d4 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Thu, 12 Mar 2020 17:30:08 +0100 Subject: [PATCH] [notesqml] Fix up documentation pointers --- src/modules/notesqml/notesqml.qml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/modules/notesqml/notesqml.qml b/src/modules/notesqml/notesqml.qml index 9b1d930d7..bca7da408 100644 --- a/src/modules/notesqml/notesqml.qml +++ b/src/modules/notesqml/notesqml.qml @@ -18,10 +18,11 @@ */ /* Some Calamares internals are available to all QML modules. - * They live in the calamares.ui namespace (filled programmatically - * by Calamares). One of the internals that is exposed is the - * Branding object, which can be used to retrieve strings and paths - * and colors. + * They live in the io.calamares namespace (filled programmatically + * by Calamares). One of the internals that is exposed in the sub- + * namespace io.calamares.ui is the Branding object, which can be used + * to retrieve strings and paths and colors. For a full list, see + * the documentation of the QmlViewStep base-class. */ import io.calamares.ui 1.0