From b07d55203b8bdcff553139149698f2867286c572 Mon Sep 17 00:00:00 2001 From: Andy Shaw Date: Mon, 27 Aug 2018 22:15:45 +0200 Subject: Doc: Don't indicate that you can add pages in a control script Change-Id: I6ddfc27334d8f14852cd926653b5ab56851c3fec Reviewed-by: Leena Miettinen Reviewed-by: Katja Marttila --- doc/noninteractive.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/noninteractive.qdoc') diff --git a/doc/noninteractive.qdoc b/doc/noninteractive.qdoc index 67ce18dc4..f532ece9b 100644 --- a/doc/noninteractive.qdoc +++ b/doc/noninteractive.qdoc @@ -483,13 +483,13 @@ Example code: \code - function Controller() + function Component() { // add page with widget \c SomePageWidget before the target directory page installer.addWizardPage(component, "SomePageWidget", QInstaller.TargetDirectory) } - Controller.prototype.DynamicSomePageWidgetCallback = function() + Component.prototype.DynamicSomePageWidgetCallback = function() { var page = gui.pageWidgetByObjectName("DynamicSomePageWidget"); page.myButton.click, //direct child of the UI file's widget -- cgit v1.2.3