Changeset 8210 in vbox
- Timestamp:
- Apr 21, 2008 8:21:36 AM (17 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox4
- Files:
-
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk
r8185 r8210 416 416 include/VBoxUtils.h \ 417 417 include/VBoxGlobal.h \ 418 include/VBoxVMList Box.h \418 include/VBoxVMListView.h \ 419 419 include/VBoxMediaComboBox.h \ 420 420 include/VBoxSelectorWnd.h \ … … 498 498 src/VBoxConsoleWnd.cpp \ 499 499 src/VBoxDownloaderWgt.cpp \ 500 src/VBoxVMList Box.cpp \500 src/VBoxVMListView.cpp \ 501 501 src/VBoxFrameBuffer.cpp \ 502 502 src/HappyHttp.cpp \ -
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMListView.h
r8207 r8210 21 21 */ 22 22 23 #ifndef __VBoxVMList Box_h__24 #define __VBoxVMList Box_h__23 #ifndef __VBoxVMListView_h__ 24 #define __VBoxVMListView_h__ 25 25 26 26 #include "VBoxGlobal.h" … … 208 208 }; 209 209 210 #endif / / __VBoxVMListItem_h__210 #endif /* __VBoxVMListView_h__ */ -
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSelectorWnd.cpp
r8159 r8210 23 23 #include "VBoxProblemReporter.h" 24 24 #include "VBoxSelectorWnd.h" 25 #include "VBoxVMList Box.h"25 #include "VBoxVMListView.h" 26 26 #include "VBoxConsoleWnd.h" 27 27 #include "VBoxToolBar.h" -
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMListView.cpp
r8207 r8210 21 21 */ 22 22 23 #include "VBoxVMList Box.h"23 #include "VBoxVMListView.h" 24 24 #include "VBoxProblemReporter.h" 25 25 … … 595 595 } 596 596 597 /* VBoxVMList Boxclass */597 /* VBoxVMListView class */ 598 598 599 599 VBoxVMListView::VBoxVMListView (QWidget *aParent /* = 0 */)
Note:
See TracChangeset
for help on using the changeset viewer.