Skip to content
  • Yuya Nishihara's avatar
    cmdui: add stub to forward command progress in different type of arguments · 40e9142d1e66
    Yuya Nishihara authored
    progressReceived signal is hard to manage because it has many positional
    arguments.  The next commit will introduce ProgressMessage struct and replace
    these arguments emitted by command executors.
    
    In order to migrate to new signature, this changes command's progressReceived
    to be connected to new slot, named as setProgress().  The original progress()
    is kept for the other progress signals.
    40e9142d1e66