summaryrefslogtreecommitdiffstats
path: root/DOCS/client_api_examples/qtexample.cpp
Commit message (Collapse)AuthorAgeFilesLines
* client API: qtexample: don't pass deallocated strings to mpvwm42014-08-071-1/+2
| | | | | The temporary QByteArray is deallocated already at the end of the statement in C++, instead of the end of the scope (like in C).
* DOCS/client_api_examples: add a Qt examplewm42014-07-041-0/+135
This is pretty dumb and extremely basic. The main purpose is demonstrating how to integrate mpv into the Qt GUI thread.