filter
Finds all the QObjects in the Queue that satisfy the condition and returns a list containing them. The items are not removed from the queue.
Return
the list of items that match the predicate
Parameters
predicate
the condition for the search
Finds all the QObjects in the Queue that satisfy the condition and returns a list containing them. The items are not removed from the queue.
the list of items that match the predicate
the condition for the search