Skip to content

Commit 7b952db

Browse files
committed
Codeformat the code of viewer
1 parent 074d379 commit 7b952db

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

viewer/src/profiling/PAGRunTimeModelManager.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)