VirtualBox

Changeset 99001 in vbox


Ignore:
Timestamp:
Mar 16, 2023 11:32:51 AM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
156351
Message:

FE/Qt: bugref:10396: X11: A fix for r156349 supporting older Qt versions.

File:
1 edited

Legend:

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

    r98999 r99001  
    10031003#if defined(VBOX_WS_X11) && !defined(VBOX_GUI_WITH_CUSTOMIZATIONS1)
    10041004    /* Load Synthetic Test policy: */
    1005     const QString strSynthTestPolicy = qEnvironmentVariable(VBox_DesktopWatchdogPolicy_SynthTest);
     1005    const QString strSynthTestPolicy = QString::fromLocal8Bit(qgetenv(VBox_DesktopWatchdogPolicy_SynthTest));
    10061006    m_enmSynthTestPolicy = gpConverter->fromInternalString<DesktopWatchdogPolicy_SynthTest>(strSynthTestPolicy);
    10071007
Note: See TracChangeset for help on using the changeset viewer.

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