Changeset 104505 in vbox
- Timestamp:
- May 3, 2024 12:38:44 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationRuntime.cpp
r104290 r104505 33 33 #include <QMenu> 34 34 #include <QVBoxLayout> 35 #include <QTableWidget>36 35 #include <QTimer> 37 36 … … 44 43 #include "UIMachine.h" 45 44 #include "UITranslationEventListener.h" 45 #include "QITableWidget.h" 46 46 47 47 /* COM includes: */ … … 72 72 *********************************************************************************************************************************/ 73 73 /** A QTablWidget extention to show some runtime attributes */ 74 class UIRuntimeInfoWidget : public Q TableWidget74 class UIRuntimeInfoWidget : public QITableWidget 75 75 { 76 76 … … 147 147 148 148 UIRuntimeInfoWidget::UIRuntimeInfoWidget(QWidget *pParent) 149 : Q TableWidget(pParent)149 : QITableWidget(pParent) 150 150 , m_iMinimumWidth(0) 151 151 , m_pTimer(0)
Note:
See TracChangeset
for help on using the changeset viewer.