VirtualBox

Ignore:
Timestamp:
Jan 24, 2007 11:03:55 AM (18 years ago)
Author:
vboxsync
Message:

FE/Qt: Small naming corrections.

Location:
trunk/src/VBox/Frontends/VirtualBox/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h

    r255 r261  
    8484    void onFullscreenChange (bool on);
    8585   
    86     void FixModifierState (LONG *codes, uint *count);
     86    void fixModifierState (LONG *codes, uint *count);
    8787
    8888signals:
     
    196196    bool autoresize_guest : 1;
    197197
    198     bool mfNumLock;
    199     bool mfScrollLock;
    200     bool mfCapsLock;
     198    bool mfNumLock : 1;
     199    bool mfScrollLock : 1;
     200    bool mfCapsLock : 1;
    201201    long muNumLockAdaptionCnt;
    202202    long muCapsLockAdaptionCnt;
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxDefs.h

    r245 r261  
    148148        SessionStateChangeEventType = QEvent::User + 7,
    149149        SnapshotEventType = QEvent::User + 8,
    150         ModifierKeyChangeEventType = QEvent::User + 9,
     150        RuntimeErrorEventType = QEvent::User + 9,
     151        ModifierKeyChangeEventType = QEvent::User + 10,
    151152        EnumerateMediaEventType = QEvent::User + 100,
    152153        ActivateMenuEventType = QEvent::User + 101,
    153         RuntimeErrorEventType = QEvent::User + 102,
    154154    };
    155155};
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