summaryrefslogtreecommitdiffstats
path: root/src/gui/doc/snippets/qfontdatabase/qfontdatabase_snippets.pro
Commit message (Collapse)AuthorAgeFilesLines
* Doc: rename qfontdatabase snippet project filePaul Wicking2020-08-311-5/+0
| | | | | | | | | | The project isn't included as a subdir of the parent because the project file name doesn't follow proper convention. Fix by renaming the project file. Task-number: QTBUG-81486 Change-Id: Ie32aaa587cdaa6802644588d6631b14e61558ae2 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
* Doc: Compile qfontdatabase snippetsPaul Wicking2020-08-281-0/+5
* Extend GUI snippets by adding the qfontdatabase project. * Rename the snippet file and replace main() with wrapper(). * Minor adjustments of the snippet itself. * Update documentation that includes the snippet. Done-with: Nico Vertriest <nico.vertriest@qt.io> Task-number: QTBUG-81486 Change-Id: Id23aff01a4c919c5264f7059971cb63398c2298c Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>