Changeset 103546 in vbox for trunk/src/VBox
- Timestamp:
- Feb 23, 2024 3:21:15 PM (12 months ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/widgets
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIMediaComboBox.cpp
r101563 r103546 32 32 33 33 /* GUI includes: */ 34 #include "UICommon.h" 34 35 #include "UIMediaComboBox.h" 35 36 #include "UIMedium.h" -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIMediaComboBox.h
r98103 r103546 37 37 38 38 /* GUI includes: */ 39 #include "UICommon.h"40 39 #include "UILibraryDefs.h" 40 #include "UIMedium.h" 41 #include "UIMediumDefs.h" 41 42 42 43 /** QComboBox subclass representing a list of registered media. */
Note:
See TracChangeset
for help on using the changeset viewer.