Changeset 99001 in vbox
- Timestamp:
- Mar 16, 2023 11:32:51 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156351
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDesktopWidgetWatchdog.cpp ¶
r98999 r99001 1003 1003 #if defined(VBOX_WS_X11) && !defined(VBOX_GUI_WITH_CUSTOMIZATIONS1) 1004 1004 /* Load Synthetic Test policy: */ 1005 const QString strSynthTestPolicy = qEnvironmentVariable(VBox_DesktopWatchdogPolicy_SynthTest);1005 const QString strSynthTestPolicy = QString::fromLocal8Bit(qgetenv(VBox_DesktopWatchdogPolicy_SynthTest)); 1006 1006 m_enmSynthTestPolicy = gpConverter->fromInternalString<DesktopWatchdogPolicy_SynthTest>(strSynthTestPolicy); 1007 1007
Note:
See TracChangeset
for help on using the changeset viewer.