mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 12:54:30 +02:00
some Application dependecy cleanup
This commit is contained in:
parent
d385a7b8ac
commit
74a8f0059d
2 changed files with 0 additions and 6 deletions
|
@ -29,10 +29,6 @@
|
||||||
#include "RenderableTextEntityItem.h"
|
#include "RenderableTextEntityItem.h"
|
||||||
|
|
||||||
|
|
||||||
QThread* EntityTreeRenderer::getMainThread() {
|
|
||||||
return Application::getInstance()->getEntities()->thread();
|
|
||||||
}
|
|
||||||
|
|
||||||
EntityTreeRenderer::EntityTreeRenderer(bool wantScripts) :
|
EntityTreeRenderer::EntityTreeRenderer(bool wantScripts) :
|
||||||
OctreeRenderer(),
|
OctreeRenderer(),
|
||||||
_wantScripts(wantScripts),
|
_wantScripts(wantScripts),
|
||||||
|
|
|
@ -57,8 +57,6 @@ public:
|
||||||
/// clears the tree
|
/// clears the tree
|
||||||
virtual void clear();
|
virtual void clear();
|
||||||
|
|
||||||
static QThread* getMainThread();
|
|
||||||
|
|
||||||
/// if a renderable entity item needs a model, we will allocate it for them
|
/// if a renderable entity item needs a model, we will allocate it for them
|
||||||
Q_INVOKABLE Model* allocateModel(const QString& url);
|
Q_INVOKABLE Model* allocateModel(const QString& url);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue