Skip to content

Commit 2732f36

Browse files
committed
Codeformat the code of viewer
1 parent 42e68ea commit 2732f36

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

viewer/src/rendering/PAGRenderThread.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
#include "PAGRenderThread.h"
2020
#include <QGuiApplication>
21+
#include "rendering/PAGView.h"
2122

2223
namespace pag {
2324

viewer/src/rendering/PAGRenderThread.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@
1919
#pragma once
2020

2121
#include <QThread>
22-
#include "rendering/PAGView.h"
2322

2423
namespace pag {
2524

25+
class PAGView;
26+
2627
class PAGRenderThread : public QThread {
2728
Q_OBJECT
2829
public:

viewer/src/rendering/PAGView.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#include "PAGView.h"
2020
#include <QSGImageNode>
2121
#include "pag/file.h"
22-
#include "rendering/PAGRenderThread.h"
2322
#include "tgfx/core/Clock.h"
2423

2524
namespace pag {

viewer/src/rendering/PAGView.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@
2222
#include <QQuickItem>
2323
#include "pag/pag.h"
2424
#include "platform/qt/GPUDrawable.h"
25+
#include "rendering/PAGRenderThread.h"
2526

2627
namespace pag {
2728

28-
class PAGRenderThread;
29-
3029
class PAGView : public QQuickItem {
3130
Q_OBJECT
3231
public:

0 commit comments

Comments
 (0)