Skip to content
  • Jan Schmidt's avatar
    qt: Use a proxy object for access to the QML widget · ac068bd2
    Jan Schmidt authored
    QML can destroy the video widget at any time, leaving
    us with a dangling pointer. Use a lock and a proxy
    object to cope with that, and block in the widget
    destructor if there are ongoing calls into the widget.
    ac068bd2