1
0
mirror of https://github.com/mpv-player/mpv synced 2025-05-10 20:19:35 +00:00
mpv/DOCS/client_api_examples/qml
wm4 9aa1d71147 DOCS/client_api_examples: don't throw char* in C++ code
C++ is the worst language ever, and allows throwing any type, even if it
doesn't make sense. In this case, we were throwing char*, which the
runtime typically treats as opaque, instead of printing it as message if
such an exception was not caught.
2015-01-01 22:56:57 +01:00
..
main.cpp client API: expose OpenGL renderer 2014-12-09 17:59:04 +01:00
main.qml DOCS/client_api_examples: qtquick: fix destruction 2014-12-30 22:40:25 +01:00
mpvrenderer.cpp DOCS/client_api_examples: don't throw char* in C++ code 2015-01-01 22:56:57 +01:00
mpvrenderer.h DOCS/client_api_examples: qtquick: fix destruction 2014-12-30 22:40:25 +01:00
mpvtest.pro DOCS/client_api_examples: qtquick: fix destruction 2014-12-30 22:40:25 +01:00
mpvtest.qrc client API: expose OpenGL renderer 2014-12-09 17:59:04 +01:00