Expose a getter for the QSGEnginePrivate
This allows getting its underlying QSGContext and QSGRenderContext. Change-Id: If0773d09b6faa360e706949757db1a6ddbe244e1 Reviewed-by: Gunnar Sletta <gunnar@sletta.org>
This commit is contained in:
parent
8c82d3b6aa
commit
5f3792cd32
|
@ -45,8 +45,8 @@ class QSGRenderContext;
|
||||||
class QSGEnginePrivate : public QObjectPrivate
|
class QSGEnginePrivate : public QObjectPrivate
|
||||||
{
|
{
|
||||||
Q_DECLARE_PUBLIC(QSGEngine)
|
Q_DECLARE_PUBLIC(QSGEngine)
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
static QSGEnginePrivate *get(QSGEngine *engine) { return engine->d_func(); }
|
||||||
QSGEnginePrivate();
|
QSGEnginePrivate();
|
||||||
|
|
||||||
QScopedPointer<QSGContext> sgContext;
|
QScopedPointer<QSGContext> sgContext;
|
||||||
|
|
Loading…
Reference in New Issue