Changeset 24083 in vbox for trunk/src/VBox
- Timestamp:
- Oct 26, 2009 3:14:34 PM (15 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxSettingsSelector.h
r12130 r24083 48 48 49 49 VBoxSettingsSelector (QWidget *aParent = NULL); 50 ~VBoxSettingsSelector(); 50 51 51 52 virtual QWidget *widget() const = 0; -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxSettingsSelector.cpp
r23223 r24083 71 71 :QObject (aParent) 72 72 { 73 } 74 75 VBoxSettingsSelector::~VBoxSettingsSelector() 76 { 77 qDeleteAll (mItemList); 78 mItemList.clear(); 73 79 } 74 80
Note:
See TracChangeset
for help on using the changeset viewer.