Skip to content
Snippets Groups Projects
Commit cce6b4dd authored by Emmanuel Lepage Vallée's avatar Emmanuel Lepage Vallée Committed by Stepan Salenikovich
Browse files

call: Add a NOTIFY macro to the videoRenderer property


Change-Id: I2e1a5299956fb9218d03e6429c98fbe15ce22cf0
Reviewed-by: default avatarStepan Salenikovich <stepan.salenikovich@savoirfairelinux.com>
parent bc957dd3
No related branches found
No related tags found
No related merge requests found
......@@ -265,7 +265,7 @@ public:
Q_PROPERTY( uint stopTimeStamp READ stopTimeStamp )
Q_PROPERTY( uint startTimeStamp READ startTimeStamp )
Q_PROPERTY( bool isSecure READ isSecure )
Q_PROPERTY( Video::Renderer* videoRenderer READ videoRenderer )
Q_PROPERTY( Video::Renderer* videoRenderer READ videoRenderer NOTIFY videoStarted )
Q_PROPERTY( QString formattedName READ formattedName )
Q_PROPERTY( QString length READ length )
Q_PROPERTY( bool recordingAV READ isAVRecording )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment