From 61e21aa7b5bf30ec0c8964dfaa9253736544a6e0 Mon Sep 17 00:00:00 2001 From: baldurk Date: Thu, 11 Jun 2026 11:57:16 +0100 Subject: [PATCH] Fix incorrect reference in docstring --- qrenderdoc/Code/Interface/Extensions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qrenderdoc/Code/Interface/Extensions.h b/qrenderdoc/Code/Interface/Extensions.h index 83371a98c..8b7c5eb30 100644 --- a/qrenderdoc/Code/Interface/Extensions.h +++ b/qrenderdoc/Code/Interface/Extensions.h @@ -560,7 +560,7 @@ The dialog is only closed when the user closes the window explicitly or if you c .. note:: Closing a dialog 'sucessfully' does nothing except modify the return value of - :meth:`CloseCurrentDialog`. It allows quick distinguishing between OK and Cancel actions without + :meth:`ShowWidgetAsDialog`. It allows quick distinguishing between OK and Cancel actions without having to carry that information separately in a global or other state. :param bool success: ``True`` if the dialog was successful (the user clicked an OK/Accept type