VirtualBox

Ignore:
Timestamp:
Jun 16, 2008 12:04:18 PM (17 years ago)
Author:
vboxsync
Message:

FE/Qt4: Cosmetics (similarity).

File:
1 edited

Legend:

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

    r8907 r9716  
    4242    QIcon osIcon() const { return mAccessible ? vboxGlobal().vmGuestOSTypeIcon (mOSTypeId) :QPixmap (":/os_unknown.png"); }
    4343    QUuid id() const { return mId; }
    44    
     44
    4545    QString sessionStateName() const;
    4646    QIcon sessionStateIcon() const { return mAccessible ? vboxGlobal().toIcon (mState) : QPixmap (":/state_aborted_16px.png"); }
     
    8989class VBoxVMModel: public QAbstractListModel
    9090{
    91     Q_OBJECT;
     91    Q_OBJECT
    9292
    9393public:
     
    138138class VBoxVMListView: public QIListView
    139139{
    140     Q_OBJECT;
     140    Q_OBJECT
    141141
    142142public:
     
    163163    void mousePressEvent (QMouseEvent *aEvent);
    164164    bool selectCurrent();
    165 }; 
     165};
    166166
    167167class VBoxVMItemPainter: public QIItemDelegate
     
    181181    inline QIcon::Mode iconMode (QStyle::State aState) const
    182182    {
    183         if (!(aState & QStyle::State_Enabled)) 
     183        if (!(aState & QStyle::State_Enabled))
    184184            return QIcon::Disabled;
    185         if (aState & QStyle::State_Selected) 
     185        if (aState & QStyle::State_Selected)
    186186            return QIcon::Selected;
    187187        return QIcon::Normal;
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