Skip to content
Snippets Groups Projects
Commit 1e5c6684 authored by Rohan Rajpal's avatar Rohan Rajpal Committed by Jean-Baptiste Kempf
Browse files

qml: Expose recording property


Expose the isRecording property to QML

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 90e20e35
No related branches found
No related tags found
No related merge requests found
......@@ -165,6 +165,7 @@ public:
Q_PROPERTY(ABLoopState ABloopState READ getABloopState WRITE setABloopState NOTIFY ABLoopStateChanged)
Q_PROPERTY(VLCTick ABLoopA READ getABLoopA NOTIFY ABLoopAChanged)
Q_PROPERTY(VLCTick ABLoopB READ getABLoopB NOTIFY ABLoopBChanged)
Q_PROPERTY(bool recording READ isRecording WRITE setRecording NOTIFY recordingChanged)
/* exposed actions */
public slots:
......
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