Changeset 10165 in vbox
- Timestamp:
- Jul 3, 2008 4:14:43 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxUtils.h
r10109 r10165 36 36 class QIAltKeyFilter : protected QObject 37 37 { 38 Q_OBJECT; 39 38 40 public: 39 41 … … 62 64 class QIFocusProxy : protected QObject 63 65 { 66 Q_OBJECT; 67 64 68 public: 65 69 … … 122 126 inline WindowRef darwinToWindowRef (HIViewRef aViewRef) 123 127 { 124 return reinterpret_cast<WindowRef> (HIViewGetWindow(aViewRef)); 128 return reinterpret_cast<WindowRef> (HIViewGetWindow(aViewRef)); 125 129 } 126 130
Note:
See TracChangeset
for help on using the changeset viewer.