summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qrenderaspect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/qrenderaspect.h')
-rw-r--r--src/render/frontend/qrenderaspect.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/render/frontend/qrenderaspect.h b/src/render/frontend/qrenderaspect.h
index 2a9cd0eed..6df8b20ff 100644
--- a/src/render/frontend/qrenderaspect.h
+++ b/src/render/frontend/qrenderaspect.h
@@ -70,18 +70,13 @@ public:
QVector<Qt3DCore::QAspectJobPtr> jobsToExecute(qint64 time) Q_DECL_OVERRIDE;
- const QSize &surfaceSize() const;
- void setSurfaceSize(const QSize &s);
- qreal devicePixelRatio() const;
- void setDevicePixelRatio(qreal r);
-
protected:
void registerBackendTypes();
QRenderAspect(QRenderAspectPrivate &dd, QObject *parent);
Q_DECLARE_PRIVATE(QRenderAspect)
void onRootEntityChanged(Qt3DCore::QEntity *rootObject) Q_DECL_OVERRIDE;
- void onInitialize(const QVariantMap &data) Q_DECL_OVERRIDE;
+ void onInitialize() Q_DECL_OVERRIDE;
void onCleanup() Q_DECL_OVERRIDE;
QVector<Qt3DCore::QAspectJobPtr> createRenderBufferJobs();