Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Is QtConcurrent::Filtered and QtConcurrent::blockingFiltered keeping list order?
Forum Updated to NodeBB v4.3 + New Features

Is QtConcurrent::Filtered and QtConcurrent::blockingFiltered keeping list order?

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 868 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    SaiyanRiku
    wrote on last edited by
    #1

    I'm using the Qt's concurrent framework to extract a list of element from another list (QList) using QtConcurrent::blockingFiltered.

    The original QList is sorted, so i want to know if the returned sequence will keep the order of the given list.

    I think it is but I see nothing in the documentation, and i would like to avoid calling a sorting function (qSort) if i don't need to sort it. Is someone know something about this?

    Thank you very much

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved