- Timestamp:
- Jun 21, 2021 12:22:16 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145273
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r89815 r89816 886 886 UIMachineLogic::~UIMachineLogic() 887 887 { 888 #if defined(VBOX_WS_X11) 888 889 qDeleteAll(m_methods.begin(), m_methods.end()); 889 890 m_methods.clear(); 891 #endif 890 892 } 891 893 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h
r89815 r89816 53 53 class CUSBDevice; 54 54 class CVirtualBoxErrorInfo; 55 struct X11ScreenSaverInhibitMethod; 55 #if defined(VBOX_WS_X11) 56 struct X11ScreenSaverInhibitMethod; 57 #endif 56 58 57 59 #ifdef VBOX_WITH_DEBUGGER_GUI … … 466 468 /* Holds the cookies returnd by QDBus inhibition calls. Map keys are service name. These are required during uninhibition.*/ 467 469 QMap<QString, uint> m_screenSaverInhibitionCookies; 470 #if defined(VBOX_WS_X11) 468 471 QVector<X11ScreenSaverInhibitMethod*> m_methods; 472 #endif 469 473 /* Friend classes: */ 470 474 friend class UIMachineWindow;
Note:
See TracChangeset
for help on using the changeset viewer.