VirtualBox

Changeset 47371 in vbox


Ignore:
Timestamp:
Jul 24, 2013 12:37:53 PM (12 years ago)
Author:
vboxsync
Message:

Lets try not ask VBoxSVC for the VM status and see if that helps.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferQImage.cpp

    r47214 r47371  
    4040#include "COMEnums.h"
    4141#include "CMachine.h"
     42#include "CConsole.h"
    4243
    4344#endif /* !VBOX_WITH_PRECOMPILED_HEADERS */
     
    160161     * situations when the state was changed already but
    161162     * GUI didn't received event about that or didn't processed it yet. */
    162     KMachineState machineState = m_pMachineView->uisession()->session().GetMachine().GetState();
     163    KMachineState machineState = m_pMachineView->uisession()->session().GetConsole().GetState();
    163164    if (   m_bUsesGuestVRAM
    164165        /* running */
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