qt5base-lts/tests/manual/cocoa/qmaccocoaviewcontainer
Jake Petroules ba871065e0 Clean up our Objective-C usage
- Move ivars into @implementation
- Use instancetype where applicable
- Use dot notation for property access
- Use subscript operator for dictionaries and arrays
- Format selectors consistently
- Use proper style for init methods
- Use generics instead of void pointers where possible
- Use "range for" loops instead of indexing
- Replace or replace IBAction/IBOutlet with void

Change-Id: I1667812a51d4dfe44ae80fe337cb1f4bc9699d92
Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2018-02-20 10:02:12 +00:00
..
main.mm Clean up our Objective-C usage 2018-02-20 10:02:12 +00:00
qmaccocoaviewcontainer.pro Link to AppKit instead of Cocoa. 2015-09-05 11:49:17 +00:00
TestMouseMovedNSView.h Clean up our Objective-C usage 2018-02-20 10:02:12 +00:00
TestMouseMovedNSView.m Clean up our Objective-C usage 2018-02-20 10:02:12 +00:00