Skip to content
  • Mitch Curtis's avatar
    Expose Qt Quick gradient conversion code privately. · 8730085f
    Mitch Curtis authored
    
    
    Rectangle is currently the only item that supports gradients, but other
    items have been introduced (within Qt Quick Enterprise Controls) which
    need QQuickGradient => QLinearGradient conversion, and it doesn't make
    sense to duplicate the gradient stop conversion code.
    
    The QQuickGradient and QQuickGradientStop classes need to be privately
    exported so that modules that use private Qt API can use the classes
    with quick-private.
    
    Change-Id: I8b130ff5384d9481d3f29510b3de61f7d8f775e2
    Reviewed-by: default avatarJ-P Nurmi <jpnurmi@digia.com>
    Reviewed-by: default avatarGunnar Sletta <gunnar.sletta@jollamobile.com>
    8730085f