removeFirst

fun removeFirst(): T?

Removes the QObject at the front of the queue Uses remove(int index) where index = 0

Return

The first QObject in the queue or null if the list is empty