summaryrefslogtreecommitdiff
path: root/platform/qt/src/async_task.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Qt] Header cleanup (#6477)Thiago Marcos P. Santos2016-09-271-2/+1
| | | Make some headers private, so we only commit with the QML API.
* [Qt] Assert that we run the async on the right loopThiago Marcos P. Santos2016-05-271-0/+4
|
* [Qt] Implement the AsyncTask, Timer and RunLoop using QtThiago Marcos P. Santos2016-04-201-0/+39
Now Mapbox GL will handle events using Qt as backend instead of libuv.