VirtualBox

Changeset 21420 in vbox


Ignore:
Timestamp:
Jul 9, 2009 9:25:14 AM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: temporary disabled on Mac OS X

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/QIAdvancedSlider.cpp

    r21202 r21420  
    5858    }
    5959
    60     virtual void paintEvent ( QPaintEvent * event )
     60    virtual void paintEvent (QPaintEvent *aEvent)
    6161    {
     62#ifndef Q_WS_MAC
    6263        QPainter p(this);
    6364
     
    9798        }
    9899
    99         QSlider::paintEvent (event);
     100#endif /* !Q_WS_MAC */
     101        QSlider::paintEvent (aEvent);
    100102    }
    101103
     
    261263int QIAdvancedSlider::snapValue(int val)
    262264{
     265#ifndef Q_WS_MAC
    263266    if (mSnappingEnabled &&
    264267        val > 2)
     
    277280        }
    278281    }
     282#endif /* !Q_WS_MAC */
    279283    return val;
    280284}
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