VirtualBox

Ignore:
Timestamp:
Jun 16, 2021 2:09:12 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
145195
Message:

FE/Qt: bugref:3355. Some cleaning

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

Legend:

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

    r89741 r89744  
    714714{
    715715#if defined(VBOX_WS_X11)
    716     if (m_fHostScreenSaverDisabled == fDisabled)
    717         return;
    718     m_fHostScreenSaverDisabled = fDisabled;
    719 
    720716    QStringList services = X11ScrenSaverServices();
    721717    if (services.isEmpty())
     
    890886    , m_pSoftKeyboardDialog(0)
    891887    , m_pVMInformationDialog(0)
    892     , m_fHostScreenSaverDisabled(false)
    893888{
    894889}
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h

    r89741 r89744  
    462462    /* Holds the cookies returnd by QDBus inhibition calls. Map keys are service name. These are required during uninhibition.*/
    463463    QMap<QString, uint> m_screenSaverInhibitionCookies;
    464     bool m_fHostScreenSaverDisabled;
    465464
    466465    /* Friend classes: */
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