Provides a QCoreApplication implementation internally executing the dispatch main queue. More...
#include <QtDispatch/qdispatchcoreapplication.h>
Public Member Functions | |
QDispatchCoreApplication (int &argc, char **argv) | |
~QDispatchCoreApplication () |
Provides a QCoreApplication implementation internally executing the dispatch main queue.
When used you can dispatch work onto the main thread by dispatching to the main_queue obtained by calling QDispatch::mainQueue().
Definition at line 61 of file qdispatchcoreapplication.h.
QDispatchCoreApplication::QDispatchCoreApplication | ( | int & | argc, |
char ** | argv | ||
) |