VirtualBox

Changeset 10165 in vbox


Ignore:
Timestamp:
Jul 3, 2008 4:14:43 PM (17 years ago)
Author:
vboxsync
Message:

Fe/Qt4: Get rid of warning concerning Q_OBJECT.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/include/VBoxUtils.h

    r10109 r10165  
    3636class QIAltKeyFilter : protected QObject
    3737{
     38    Q_OBJECT;
     39
    3840public:
    3941
     
    6264class QIFocusProxy : protected QObject
    6365{
     66    Q_OBJECT;
     67
    6468public:
    6569
     
    122126inline WindowRef darwinToWindowRef (HIViewRef aViewRef)
    123127{
    124     return reinterpret_cast<WindowRef> (HIViewGetWindow(aViewRef)); 
     128    return reinterpret_cast<WindowRef> (HIViewGetWindow(aViewRef));
    125129}
    126130
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette