summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2019-10-05 13:22:42 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2019-10-15 20:09:28 +0200
commit027d45cb57a7cf20b2714509250a87f1e8842b9c (patch)
treecb76992b6640dcb31df618a4349bf9f2c9759bd6 /src/gui/rhi
parent05a829f923a88e69b2ceaa372820a2dcb8c083cd (diff)
macOS: Simplify Objective-C namespacing
We only need to use the QT_MANGLE_NAMESPACE macro when declaring the interface of the class. As long as we couple that with an alias declaration using QT_NAMESPACE_ALIAS_OBJC_CLASS, any further uses of the class name can be un-namespaced, including declaring categories on the class. The only snag with QT_NAMESPACE_ALIAS_OBJC_CLASS is that it can only be used once per class and translation unit, so forward declarations get hairy, but we can avoid that by just including the headers instead. Change-Id: I333bcd18fe1e18d81fbd560b0941c98b1c32460e Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'src/gui/rhi')
0 files changed, 0 insertions, 0 deletions