Changeset 103550 in vbox
- Timestamp:
- Feb 23, 2024 3:45:33 PM (9 months ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneMachine.cpp
r103020 r103550 35 35 /* GUI includes */ 36 36 #include "UIActionPoolManager.h" 37 #include "UICommon.h" 37 38 #include "UIDetails.h" 38 39 #include "UIErrorPane.h" -
trunk/src/VBox/Frontends/VirtualBox/src/snapshots/UISnapshotPane.cpp
r103538 r103550 46 46 #include "QITreeWidget.h" 47 47 #include "UIActionPoolManager.h" 48 #include "UICommon.h" 48 49 #include "UIConverter.h" 49 50 #include "UIExtraDataManager.h" -
trunk/src/VBox/Frontends/VirtualBox/src/snapshots/UISnapshotPane.h
r99607 r103550 37 37 /* GUI includes: */ 38 38 #include "QIWithRetranslateUI.h" 39 #include "UICommon.h"40 39 41 40 /* COM includes: */
Note:
See TracChangeset
for help on using the changeset viewer.