summaryrefslogtreecommitdiffstats
path: root/src/gui/doc/snippets/qimagewriter
Commit message (Collapse)AuthorAgeFilesLines
* Doc: compile qimagewriter snippetPaul Wicking2020-09-012-16/+18
| | | | | | | Done-with: Nico Vertriest <nico.vertriest@qt.io> Task-number: QTBUG-81486 Change-Id: Ibb4087d7035c3061b2980b317ab4280fa38aab50 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
* QImageWriter: improve documentation regarding use of resourcesSamuel Gaist2018-11-121-0/+71
QImageWriter's plugin can open devices while operating and only free them on destruction which means that if one wants to act on the file written if must first destroy the writer's instance. This patch adds the suggestion to use a scope to avoid that problem. Change-Id: I239157ea86c4a93faab237fe1860312a3c7ac7a2 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>