Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-27467

Make ProcessInterface and QtcProcess API more compatible

    XMLWordPrintable

Details

    • Task
    • Resolution: Won't Do
    • P2: Important
    • None
    • None
    • All Other Issues
    • None

    Description

      When implementing ProcessInterface which just forwards all calls to the aggregated QtcProcess it would be handy to connect directly signals from aggregated process into this signals, like:

          connect(m_process, &QtcProcess::started, this, &ProcessInterface::started);
          ....
      

      Currently these signatures don't match.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            jkobus Jarek Kobus
            jkobus Jarek Kobus
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes