Differences From Artifact [d6be9ba96e]:
- File src/common/OFString+QString.mm — part of check-in [b93e396b34] at 2018-03-10 23:18:27 on branch trunk — Add OFColor+QColor (user: js, size: 1845) [annotate] [blame] [check-ins using]
To Artifact [6f7675c9c9]:
- File src/common/OFString+QString.mm — part of check-in [4ae247a25d] at 2019-03-15 00:07:00 on branch trunk — Use dot syntax (user: js, size: 1843) [annotate] [blame] [check-ins using]
︙ | |||
39 40 41 42 43 44 45 | 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | - + | - (QString)qString { static_assert(sizeof(char16_t) == sizeof(QChar), "char16_t and QChar have a different size!"); void *pool = objc_autoreleasePoolPush(); |