File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,10 @@ class PAGRunTimeModelManager : public QObject {
4444
4545 Q_PROPERTY (int totalFrame READ getTotalFrame NOTIFY totalFrameChanged)
4646 Q_PROPERTY (int currentFrame READ getCurrentFrame WRITE setCurrentFrame NOTIFY currentFrameChanged)
47- Q_PROPERTY (const PAGFileInfoModel* fileInfoModel READ getFileInfoModel NOTIFY fileInfoModelChanged)
48- Q_PROPERTY (const PAGFrameDisplayInfoModel* frameDisplayInfoModel READ getFrameDisplayInfoModel NOTIFY
49- frameDisplayInfoModelChanged)
47+ Q_PROPERTY (
48+ const PAGFileInfoModel* fileInfoModel READ getFileInfoModel NOTIFY fileInfoModelChanged)
49+ Q_PROPERTY (const PAGFrameDisplayInfoModel* frameDisplayInfoModel READ getFrameDisplayInfoModel
50+ NOTIFY frameDisplayInfoModelChanged)
5051
5152 auto getTotalFrame () const -> int;
5253 auto getCurrentFrame () const -> int;
You can’t perform that action at this time.
0 commit comments