Changeset 23953 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxMediaManagerDlg.h
- Timestamp:
- Oct 21, 2009 8:53:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxMediaManagerDlg.h
r23223 r23953 6 6 7 7 /* 8 * Copyright (C) 2006-200 8Sun Microsystems, Inc.8 * Copyright (C) 2006-2009 Sun Microsystems, Inc. 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 24 24 #define __VBoxMediaManagerDlg_h__ 25 25 26 /* Local includes */ 26 27 #include "VBoxMediaManagerDlg.gen.h" 28 #include "COMDefs.h" 27 29 #include "QIMainDialog.h" 28 30 #include "QIWithRetranslateUI.h" 29 #include "COMDefs.h"30 31 #include "VBoxDefs.h" 31 32 #include "VBoxMediaComboBox.h" 32 33 34 /* Local forwards */ 33 35 class MediaItem; 36 class VBoxProgressBar; 34 37 class VBoxToolBar; 35 class VBoxProgressBar;36 38 37 39 class VBoxMediaManagerDlg : public QIWithRetranslateUI2<QIMainDialog>, … … 153 155 QMenu *mActionsContextMenu; 154 156 QMenu *mActionsMenu; 155 VBoxToolBar *m ActionsToolBar;157 VBoxToolBar *mToolBar; 156 158 QAction *mNewAction; 157 159 QAction *mAddAction; 158 QAction *mEditAction;159 160 QAction *mRemoveAction; 160 161 QAction *mReleaseAction; … … 168 169 bool mFloppyImagesInaccessible; 169 170 QString mHDSelectedId; 170 QString m DVDSelectedId;171 QString mF loppySelectedId;171 QString mCDSelectedId; 172 QString mFDSelectedId; 172 173 }; 173 174
Note:
See TracChangeset
for help on using the changeset viewer.