Changeset 105104 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jul 2, 2024 5:55:17 PM (8 months ago)
- svn:sync-xref-src-repo-rev:
- 163731
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/globals
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UICommon.cpp
r105081 r105104 187 187 , m_pThreadPool(0) 188 188 , m_pThreadPoolCloud(0) 189 , m_pTranlationEventListener(0)190 189 { 191 190 /* Assign instance: */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UICommon.h
r105081 r105104 57 57 class CUSBDeviceFilter; 58 58 class UIThreadPool; 59 class UITranslationEventListener;60 59 61 60 /** QObject subclass containing common GUI functionality. */ … … 541 540 /** @} */ 542 541 543 UITranslationEventListener *m_pTranlationEventListener;544 542 /** Allows for shortcut access. */ 545 543 friend UICommon &uiCommon();
Note:
See TracChangeset
for help on using the changeset viewer.