Skip to content
  • Kai Koehne's avatar
    ProgressManager: Fix runtime warning · f21b1430
    Kai Koehne authored
    Fix "QPropertyAnimation::updateState (%s): Changing state
    of an animation without target" warning.
    
    This apparently happens when the animation is still running, but
    the FutureProgress widget has already been killed. Avoid this
    by setting the widget as the parent of the animation.
    f21b1430