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

videoPreview: Add Q_PROPERTY


Make it accessible to QML

Change-Id: Id3d88a1c56a48c8614d56ad80471a7833b1679e0
Reviewed-by: default avatarStepan Salenikovich <stepan.salenikovich@savoirfairelinux.com>
parent b2402eca
Branches
No related tags found
No related merge requests found
......@@ -35,6 +35,8 @@ class LIB_EXPORT PreviewManager : public QObject
Q_OBJECT
public:
Q_PROPERTY(bool previewing READ isPreviewing NOTIFY previewStateChanged)
//Singleton
static PreviewManager& instance();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment