VirtualBox

Ignore:
Timestamp:
Nov 19, 2008 4:03:59 PM (16 years ago)
Author:
vboxsync
Message:

FE/Qt4: Removed some dead code and corrected indent.

Location:
trunk/src/VBox/Frontends/VirtualBox4/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/include/VBoxSelectorWnd.h

    r14296 r14355  
    149149#ifdef VBOX_GUI_WITH_SYSTRAY
    150150    QAction *mTrayShowWindowAction;
    151     QAction *mTrayExitAction;
    152151#endif
    153152
  • trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMListView.h

    r14296 r14355  
    3333class VBoxSelectorWnd;
    3434
    35 class VBoxVMItem : public QObject
    36 {
    37     Q_OBJECT;
    38 
    39 public:
    40 
    41     enum Action
    42     {
    43         Config = 0,
    44         Delete,
    45         Start,
    46         Discard,
    47         Pause,
    48         Refresh,
    49         ShowLogs
    50     };
    51 
    52 public:
    53 
    54     VBoxVMItem (const CMachine &aMachine, VBoxSelectorWnd *pParent);
     35class VBoxVMItem
     36{
     37public:
     38
     39    VBoxVMItem (const CMachine &aMachine);
    5540    virtual ~VBoxVMItem();
    5641
     
    7055
    7156    bool accessible() const { return mAccessible; }
    72     bool running() const {  return (sessionState() != KSessionState_Closed); }
    7357    const CVirtualBoxErrorInfo &accessError() const { return mAccessError; }
    7458    KMachineState state() const { return mState; }
     
    8367
    8468    /* Private member vars */
    85     VBoxSelectorWnd *mParent;
    8669    CMachine mMachine;
    8770
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