Skip to content

Commit 1188eb9

Browse files
committed
qtvcp -docs: fix copy/paste error 'QTVCP_INSTANCE'
1 parent bc24b7d commit 1188eb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/gui/qtvcp-vcp-panels.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ When using python command option in Action Button widgets of an embedded panel:
371371

372372
*'MAIN_INSTANCE'*::
373373
refers to the main screen window.
374-
E.g., `INSTANCE.my_main_screen_handler_function_call(True)`
374+
E.g., `MAIN_INSTANCE.my_main_screen_handler_function_call(True)`
375375

376376
If the panel is not embedded, both refer to the panel window. +
377377

0 commit comments

Comments
 (0)