Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-104864

De-duplicate QIOPipe implementations

    XMLWordPrintable

Details

    Description

      We currently have three copies of the QIOPipe class:

      $ git grep --recurse-submodules  -we QIOPipe | cut -d: -f1 | uniq | while read FILE; do dirname $FILE; done | uniq
      qtdeclarative/tests/auto/qmlls/lifecycle
      qtlanguageserver/tests/auto/qlanguageserver
      qtpositioning/src/plugins/position/nmea
      

      They all differ ever so slightly. We don't need to put it into a library, but it would be nice to have one central source and not three copies. Or, if we have three copies, designate one to be the primary, and make sure its location is clearly communicated in the other copies.

      Attachments

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

        Activity

          People

            cnn Qt Core & Network
            mmutz Marc Mutz
            Vladimir Minenko Vladimir Minenko
            Alex Blasche Alex Blasche
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes