mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user