Details

    • Sub-task
    • Resolution: Fixed
    • P2: Important
    • Qt Creator 12.0.0-beta1
    • None
    • None
    • All
    • e46a4eba8 (master), 1d69f943a (master), 187a7640d (master), 5c254bb5b (master), 82bc4870b (master), b3a595fcf (master), 470c95c94 (master), 2bec94ea5 (master), b05666d5c (master), c68a013a3 (master), 5ae82a88c (master), 5b8600fd3 (master)

    Description

      When extending the TaskTree, there are 3 classes involved:

      1. For Task itself, e.g.:
        1. QtcProcess
        2. AsyncTask
        3. FileStreamer
      2. For Task adaptor, e.g.:
        1. QtcProcessAdapter
        2. AsyncTaskAdapter
        3. FileStreamerAdapter
      3. For Task shortcut (using declaration) in Tasking namespace, e.g.:
        1. Process
        2. Async
        3. FileStreamer

      The suggestion is to drop the Tasking namespace and use this scheme:

      1. For Task itself, e.g.:
        1. Process - this rename was already planed independently
        2. Async
        3. FileStreamer
      2. For Task adaptor, e.g.:
        1. ProcessTaskAdapter
        2. AsyncTaskAdapter
        3. FileStreamerTaskAdapter
      3. For Task shortcut (using declaration) in Tasking namespace, e.g.:
        1. ProcessTask
        2. AsyncTask
        3. FileStreamerTask

      Attachments

        For Gerrit Dashboard: QTCREATORBUG-29102
        # Subject Branch Project Status CR V

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: