Changeset 59098 in vbox
- Timestamp:
- Dec 11, 2015 3:44:59 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 104664
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaSpecialControls.mm
r56335 r59098 29 29 #import <AppKit/NSImage.h> 30 30 #import <AppKit/NSSegmentedControl.h> 31 #if QT_VERSION >= 0x050000 32 # import <AppKit/NSEvent.h> 33 # import <AppKit/NSColor.h> 34 # import <AppKit/NSSearchFieldCell.h> 35 # import <AppKit/NSSearchField.h> 36 # import <AppKit/NSSegmentedCell.h> 37 #endif /* QT_VERSION >= 0x050000 */ 31 38 32 39 /* Qt includes */ … … 35 42 #include <QKeyEvent> 36 43 #include <QMacCocoaViewContainer> 44 45 /* Interface Builder Constant, 46 * hmm, where is it declared with Qt4? */ 47 #if QT_VERSION >= 0x050000 48 # define IBAction void 49 #endif /* QT_VERSION >= 0x050000 */ 37 50 38 51 /* -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/VBoxUtils-darwin-cocoa.mm
r58142 r59098 26 26 #import <AppKit/NSColor.h> 27 27 #import <AppKit/NSFont.h> 28 #if QT_VERSION >= 0x050000 29 # import <AppKit/NSScreen.h> 30 # import <AppKit/NSWindow.h> 31 # import <AppKit/NSImageView.h> 32 #endif /* QT_VERSION >= 0x050000 */ 28 33 29 34 #import <objc/objc-class.h>
Note:
See TracChangeset
for help on using the changeset viewer.