summaryrefslogtreecommitdiffstats
path: root/examples/qtmail/qmailviewer.h
Commit message (Collapse)AuthorAgeFilesLines
* Compile with GCC 6 -Werror=zero-as-null-pointer-constantChris Adams2018-07-191-2/+2
| | | | | Change-Id: I67eb29e13c5e643ee2f58a0696400e085999c01c Reviewed-by: Matthew Vogt <matthew.vogt@qinetic.com.au>
* qtmail: Don't export some classes that are only used inside the example.Robin Burchell2015-08-281-2/+2
| | | | | | | | | | These were previously part of the libraries, but removed to be example-only in daa2a0ad8092b3552db8a81a1d076b5a9de84d61. This fixes yet another Windows build failure. Change-Id: I2449b08ecd5d286c088dab88b368019a91a03a2b Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
* Update licensing to match latest approach in QtCore.Robin Burchell2015-08-281-22/+14
| | | | | Change-Id: Icce55517963f0cbc35211e9fc6f1a0fc413f5676 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
* Restore compilation of qtmail example.Robin Burchell2014-02-031-0/+136
Change-Id: Id59253e1d121ab0dfcdb59f7018b897f6c1df086 Reviewed-by: Robin Burchell <robin+qt@viroteck.net>