summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qiosmenu.mm
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@qt.io>2016-09-06 14:36:20 +0200
committerRichard Moe Gustavsen <richard.gustavsen@qt.io>2016-09-19 11:20:44 +0000
commitd3389a6d460a7d51a9672247366c60504f427b29 (patch)
tree0cc77ef720abf9a97d1b946a5fbf7ba2c3c677d1 /src/plugins/platforms/ios/qiosmenu.mm
parente30d0e462f32d787a9d72acfef7026fb5019bb75 (diff)
iOS: let quiview conform to API signature changes in iOS 10
In the iOS 10 SDK, method signatures has been annotated with NS_ASSUME_NONNULL macros and 'nullable' keywords. This means that certain methods should not be called with argumens that can be null, or in this case, set to 0 explicitly. The result will be compiler warnings. This patch will rewrite the explicit call we do to touchesCancelled so that we send an empty set instead of 0. Change-Id: I50aa80b91312397d17e0e380815adff87cee852b Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>
Diffstat (limited to 'src/plugins/platforms/ios/qiosmenu.mm')
0 files changed, 0 insertions, 0 deletions