Changeset 35874 in vbox
- Timestamp:
- Feb 7, 2011 2:14:57 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69880
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaSpecialControls.mm
r30693 r35874 38 38 #include <QMacCocoaViewContainer> 39 39 40 /* 41 * Private interfaces 40 /* 41 * Private interfaces 42 42 */ 43 43 @interface UIButtonTargetPrivate: NSObject … … 71 71 @end 72 72 73 #if MAC_OS_X_VERSION_M IN_ALLOWED >= MAC_OS_X_VERSION_10_673 #if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_6 74 74 @interface UISearchFieldDelegatePrivate: NSObject<NSTextFieldDelegate> 75 75 #else … … 79 79 @end 80 80 81 /* 81 /* 82 82 * Implementation of the private interfaces 83 83 */ … … 122 122 } 123 123 124 - (void)dealloc 124 - (void)dealloc 125 125 { 126 126 [mBGColor release]; … … 222 222 223 223 224 /* 224 /* 225 225 * Helper functions 226 226 */ … … 231 231 } 232 232 233 /* 234 * Public classes 233 /* 234 * Public classes 235 235 */ 236 236 UICocoaWrapper::UICocoaWrapper(QWidget *pParent /* = 0 */)
Note:
See TracChangeset
for help on using the changeset viewer.