summaryrefslogtreecommitdiffstats
path: root/src/render/backend/renderqueue_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/backend/renderqueue_p.h')
-rw-r--r--src/render/backend/renderqueue_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/render/backend/renderqueue_p.h b/src/render/backend/renderqueue_p.h
index 063b948f2..49316049b 100644
--- a/src/render/backend/renderqueue_p.h
+++ b/src/render/backend/renderqueue_p.h
@@ -76,7 +76,10 @@ public:
QVector<RenderView *> nextFrameQueue();
void reset();
+ void setNoRender();
+
private:
+ bool m_noRender;
int m_targetRenderViewCount;
int m_currentRenderViewCount;
QVector<RenderView *> m_currentWorkQueue;