Home > Mobile >  Help: how to create a global queue under the qt (static queue)
Help: how to create a global queue under the qt (static queue)

Time:09-29

For example I want to create a qqueueWhat should I do?
How can I initialize the queue

CodePudding user response:

Can be encapsulated into a singleton class, class member variables contained in the queue, and some operation queue member function

CodePudding user response:

Initialization is what? Defined as the direct with bai,
Queue is a subclass of qlist, use the method of initialization
  •  Tags:  
  • Qt
  • Related