VirtualBox

Changeset 31813 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Aug 20, 2010 12:22:05 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
65011
Message:

QT/FE: typo, one more unsigned long long

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMainEventListener.cpp

    r31811 r31813  
    7272        case KVBoxEventType_OnMachineDataChanged:
    7373        {
    74             CMachineDataChangedEvent es(event);
     74            CMachineDataChangedEvent es(pEvent);
    7575            emit sigMachineDataChange(es.GetMachineId());
    7676            break;
     
    213213            CShowWindowEvent es(pEvent);
    214214            /* Has to be done in place to give an answer */
    215             ULONG64 winId;
     215            LONG64 winId;
    216216            emit sigShowWindow(winId);
    217217            es.SetWinId(winId);
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMainEventListener.h

    r30679 r31813  
    8383    void sigRuntimeError(bool fFatal, QString strId, QString strMessage);
    8484    void sigCanShowWindow(bool &fVeto, QString &strReason); /* use Qt::DirectConnection */
    85     void sigShowWindow(ULONG64 &winId); /* use Qt::DirectConnection */
     85    void sigShowWindow(LONG64 &winId); /* use Qt::DirectConnection */
    8686
    8787#ifdef Q_WS_WIN
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