summaryrefslogtreecommitdiffstats
path: root/src/gui/doc/snippets/textdocument-end
Commit message (Collapse)AuthorAgeFilesLines
* Doc: rename snippet project filePaul Wicking2020-08-291-0/+0
| | | | | | | | | | The project file name is wrong, so the project won't become part of the parent subdirs project. Rename the project file to correct this. Task-number: QTBUG-81486 Change-Id: I069004caa5e7bdeecc0550fafe78f8977fbf7a87 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
* Doc: Compile textdocument-end snippetsPaul Wicking2020-08-282-0/+71
* Extend GUI snippet compilation with textdocument-end snippet. * Rename the snippet file and replace main() with wrapper(). * Dedent the snippet itself. * Update documentation that includes the snippet. Done-with: Nico Vertriest <nico.vertriest@qt.io> Task-number: QTBUG-81486 Change-Id: Id5e5b284587da1e7fdfd00baa9c899626832a113 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>