Provides a QApplication implementation internally executing the dispatch main queue. More...
#include <QtDispatch/qdispatchapplication.h>
Public Member Functions | |
| QDispatchApplication (int &argc, char **argv) | |
| ~QDispatchApplication () | |
Provides a QApplication 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 45 of file qdispatchapplication.h.
| QDispatchApplication::QDispatchApplication | ( | int & | argc, |
| char ** | argv | ||
| ) |