macOS: Correct QNSPanelContentsWrapper @end marker placement
The incorrect "scoping" of q_IOObjectRetain and q_IOObjectRelease luckily did not affect their functionality as QIOType helpers. Change-Id: I9b9c2312464c7e6f8e2d2a5856e35efa99ec0c41 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit 1caa7680a1f1f1847e8c24d63e4f54071afa4806) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
9b976a5029
commit
212e2ab2a3
@ -495,6 +495,8 @@ QT_END_NAMESPACE
|
||||
[super layout];
|
||||
}
|
||||
|
||||
@end // QNSPanelContentsWrapper
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
io_object_t q_IOObjectRetain(io_object_t obj)
|
||||
@ -550,4 +552,3 @@ QDebug operator<<(QDebug debug, SEL selector)
|
||||
debug << NSStringFromSelector(selector);
|
||||
return debug;
|
||||
}
|
||||
@end
|
||||
|
Loading…
x
Reference in New Issue
Block a user