1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-23 07:12:39 +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
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