VirtualBox

Ignore:
Timestamp:
Oct 21, 2009 8:53:51 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: GUI Coding-Style for Virtual Media Manager.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxMediaManagerDlg.h

    r23223 r23953  
    66
    77/*
    8  * Copyright (C) 2006-2008 Sun Microsystems, Inc.
     8 * Copyright (C) 2006-2009 Sun Microsystems, Inc.
    99 *
    1010 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    2424#define __VBoxMediaManagerDlg_h__
    2525
     26/* Local includes */
    2627#include "VBoxMediaManagerDlg.gen.h"
     28#include "COMDefs.h"
    2729#include "QIMainDialog.h"
    2830#include "QIWithRetranslateUI.h"
    29 #include "COMDefs.h"
    3031#include "VBoxDefs.h"
    3132#include "VBoxMediaComboBox.h"
    3233
     34/* Local forwards */
    3335class MediaItem;
     36class VBoxProgressBar;
    3437class VBoxToolBar;
    35 class VBoxProgressBar;
    3638
    3739class VBoxMediaManagerDlg : public QIWithRetranslateUI2<QIMainDialog>,
     
    153155    QMenu       *mActionsContextMenu;
    154156    QMenu       *mActionsMenu;
    155     VBoxToolBar *mActionsToolBar;
     157    VBoxToolBar *mToolBar;
    156158    QAction     *mNewAction;
    157159    QAction     *mAddAction;
    158     QAction     *mEditAction;
    159160    QAction     *mRemoveAction;
    160161    QAction     *mReleaseAction;
     
    168169    bool mFloppyImagesInaccessible;
    169170    QString mHDSelectedId;
    170     QString mDVDSelectedId;
    171     QString mFloppySelectedId;
     171    QString mCDSelectedId;
     172    QString mFDSelectedId;
    172173};
    173174
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette