Changeset 13803 in vbox
- Timestamp:
- Nov 4, 2008 8:25:28 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMListView.cpp
r13790 r13803 136 136 137 137 VBoxVMItem::VBoxVMItem (const CMachine &aM, QObject* pParent) 138 : m Machine (aM), mParent(pParent)138 : mParent(pParent), mMachine (aM) 139 139 { 140 140 vmConfigAction = new QAction (this);
Note:
See TracChangeset
for help on using the changeset viewer.