mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 15:38:00 +02:00
I need to setup my code-editor, spaces.
This commit is contained in:
parent
93679f7c3b
commit
d5289d357b
2 changed files with 2 additions and 2 deletions
|
@ -519,7 +519,7 @@ public:
|
||||||
_octree->getTree()->setSimulation(simpleSimulation);
|
_octree->getTree()->setSimulation(simpleSimulation);
|
||||||
_entitySimulation = simpleSimulation;
|
_entitySimulation = simpleSimulation;
|
||||||
}
|
}
|
||||||
|
|
||||||
DependencyManager::set<ResourceManager>();
|
DependencyManager::set<ResourceManager>();
|
||||||
|
|
||||||
setFlags(Qt::MSWindowsOwnDC | Qt::Window | Qt::Dialog | Qt::WindowMinMaxButtonsHint | Qt::WindowTitleHint);
|
setFlags(Qt::MSWindowsOwnDC | Qt::Window | Qt::Dialog | Qt::WindowMinMaxButtonsHint | Qt::WindowTitleHint);
|
||||||
|
|
|
@ -328,7 +328,7 @@ public:
|
||||||
|
|
||||||
installEventFilter(this);
|
installEventFilter(this);
|
||||||
QThreadPool::globalInstance()->setMaxThreadCount(2);
|
QThreadPool::globalInstance()->setMaxThreadCount(2);
|
||||||
QThread::currentThread()->setPriority(QThread::HighestPriority);
|
QThread::currentThread()->setPriority(QThread::HighestPriority);
|
||||||
DependencyManager::set<ResourceManager>();
|
DependencyManager::set<ResourceManager>();
|
||||||
setFlags(Qt::MSWindowsOwnDC | Qt::Window | Qt::Dialog | Qt::WindowMinMaxButtonsHint | Qt::WindowTitleHint);
|
setFlags(Qt::MSWindowsOwnDC | Qt::Window | Qt::Dialog | Qt::WindowMinMaxButtonsHint | Qt::WindowTitleHint);
|
||||||
_size = QSize(800, 600);
|
_size = QSize(800, 600);
|
||||||
|
|
Loading…
Reference in a new issue