mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
Style
This commit is contained in:
committed by
Roland Winklmeier
parent
45f48f7594
commit
9d37a0876d
@@ -245,12 +245,12 @@ namespace BlackCore
|
||||
Q_ASSERT(this->getIContextApplication());
|
||||
Q_ASSERT(this->getIContextApplication()->isUsingImplementingObject());
|
||||
|
||||
if (this->m_simulator && this->m_simulator->getSimulatorInfo() == simulatorInfo) { return true; } // already loaded
|
||||
if (simulatorInfo.isUnspecified()) { return false; }
|
||||
if (this->m_simulator && this->m_simulator->getSimulatorInfo() == simulatorInfo) {
|
||||
return true;
|
||||
} // already loaded
|
||||
|
||||
// warning if we do not have any plugins
|
||||
if (m_simulatorFactories.isEmpty())
|
||||
{
|
||||
if (m_simulatorFactories.isEmpty()) {
|
||||
CLogMessage(this).error("No simulator plugins");
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user