Skip to content
Snippets Groups Projects
Commit 10cee756 authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Steve Lhomme
Browse files

qt: connect signals when component is complete in VideoSurface

Only after `QQuickItem::componentComplete()` is called, we
are sure that all bindings are assigned. Currently,
the signal handlers connected in construction depend
on other bindings.

This is not ideal, because there is no guarantee on the
binding evaluation ordering.
parent f2d70890
No related branches found
No related tags found
Loading
Pipeline #470636 passed with warnings with stage
in 26 minutes and 53 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment