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

Insert a QList in another QList at a position

    XMLWordPrintable

Details

    Description

      Inserting the content of a QList in an other QList can only be done at the end. It is sometimes useful to insert the content in an arbitrary position in the list (with distributed merge algorithms for example).

      A method like the following would be useful in those cases:
      void QList::insert ( int i, const QList<T> & value );

      This cannot be made effectively from the public API, it need to use the private delegate.

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            poulain Benjamin Poulain (closed Nokia identity) (Inactive)
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes