Skip to content

Commit

Permalink
docs: Fixed hidden doc for Dialog.exec() (#3837)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogboydog committed Oct 29, 2023
1 parent f1fb902 commit badf967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/scripting-doc/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4679,7 +4679,7 @@ declare class Dialog extends Qt.QWidget {
*/
show(): void;

/*
/**
* Open the dialog, blocking your script until the Dialog has been
* accepted or rejected.
*/
Expand Down

0 comments on commit badf967

Please sign in to comment.