Changeset 98769 in vbox
- Timestamp:
- Feb 28, 2023 9:29:06 AM (21 months ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime/information
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationConfiguration.h
r98768 r98769 35 35 #include <QWidget> 36 36 37 /* COM includes: */38 #include "COMEnums.h"39 #include "CGuest.h"40 41 37 /* GUI includes: */ 42 38 #include "QIWithRetranslateUI.h" 43 39 #include "UITextTable.h" 44 45 40 46 41 /* Forward declarations: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIVMInformationDialog.cpp
r98768 r98769 51 51 #include "VBoxUtils.h" 52 52 53 /* Other VBox includes: */54 #include <iprt/time.h>55 56 53 UIVMInformationDialog::UIVMInformationDialog(UIMachine *pMachine) 57 54 : QMainWindowWithRestorableGeometryAndRetranslateUi(0)
Note:
See TracChangeset
for help on using the changeset viewer.