VirtualBox

Changeset 71864 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 16, 2018 1:59:06 PM (7 years ago)
Author:
vboxsync
Message:

Build-fix for r122095.

File:
1 edited

Legend:

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

    r71863 r71864  
    8888UIPrivateSlider::UIPrivateSlider(Qt::Orientation enmOrientation, QWidget *pParent /* = 0 */)
    8989    : QSlider(enmOrientation, pParent)
    90     , m_optColor(0x0, 0xff, 0x0, 0x3c)
    91     , m_wrnColor(0xff, 0x54, 0x0, 0x3c)
    92     , m_errColor(0xff, 0x0, 0x0, 0x3c)
    9390    , m_minOpt(-1)
    9491    , m_maxOpt(-1)
     
    9794    , m_minErr(-1)
    9895    , m_maxErr(-1)
     96    , m_optColor(0x0, 0xff, 0x0, 0x3c)
     97    , m_wrnColor(0xff, 0x54, 0x0, 0x3c)
     98    , m_errColor(0xff, 0x0, 0x0, 0x3c)
    9999{
    100100    /* Make sure ticks *always* positioned below: */
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