Changeset 103708 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Mar 6, 2024 4:13:32 PM (13 months ago)
- svn:sync-xref-src-repo-rev:
- 162075
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/QIWithRestorableGeometry.h
r103705 r103708 43 43 #endif 44 44 #ifdef VBOX_WS_NIX 45 # include "UICommon.h"46 45 # include "UIDesktopWidgetWatchdog.h" 47 46 #endif -
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIFDCreationDialog.cpp
r103338 r103708 46 46 /* COM includes: */ 47 47 #include "CSystemProperties.h" 48 #include "CMedium.h"49 48 #include "CMediumFormat.h" 50 49 -
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIFDCreationDialog.h
r103338 r103708 41 41 /* COM includes: */ 42 42 #include "COMEnums.h" 43 #include "CMedium.h" 43 44 #include "CMediumFormat.h" 44 45 … … 49 50 class QLabel; 50 51 class UIFilePathSelector; 51 class CMedium;52 52 53 53 /* A QDialog extension to get necessary setting from the user for floppy disk creation. */
Note:
See TracChangeset
for help on using the changeset viewer.