Changeset 10165
- Timestamp:
- 07/03/08 18:14:43 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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

