Ref T275, override simulator setup provider functions to emit signals

* the provider itself is no QObject and cannot emit signals
* removed redundant function setInterpolationAndRenderingSetup
This commit is contained in:
Klaus Basan
2018-06-19 03:47:57 +02:00
parent e0b95859c1
commit 73ea22530c
6 changed files with 42 additions and 27 deletions

View File

@@ -317,7 +317,7 @@ namespace BlackCore
if (m_debugEnabled) { CLogMessage(this, CLogCategory::contextSlot()).debug() << Q_FUNC_INFO << setup; }
if (m_simulatorPlugin.first.isUnspecified()) { return; }
Q_ASSERT(m_simulatorPlugin.second);
m_simulatorPlugin.second->setInterpolationAndRenderingSetup(setup);
m_simulatorPlugin.second->setInterpolationSetupGlobal(setup);
}
CTime CContextSimulator::getTimeSynchronizationOffset() const