mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 07:58:59 +02:00
Forward declare qml render thread
This commit is contained in:
parent
62e635a52a
commit
41fcf4cc6d
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class QQmlComponent;
|
||||||
class QQuickWindow;
|
class QQuickWindow;
|
||||||
class QQuickItem;
|
class QQuickItem;
|
||||||
|
|
||||||
class OffscreenQmlRenderer;
|
class OffscreenQmlRenderThread;
|
||||||
|
|
||||||
class OffscreenQmlSurface : public QObject {
|
class OffscreenQmlSurface : public QObject {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
Loading…
Reference in a new issue