Skip to content
  • Kåre Särs's avatar
    Fix startHostProcess() for KProcess < KF5.97 · 2403075c
    Kåre Särs authored and Christoph Cullmann's avatar Christoph Cullmann committed
    Since startHostProcess takes a QProcess and KProcess was modified to
    behave more like a QProcess in 5.97, the #else needs to execute the
    start() function of KProcess and not QPorcess. -> try to qobject_cast
    the passed process to KProcess and use that if possible.
    2403075c