mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Style, singleShot guard, Doxygen
This commit is contained in:
@@ -166,6 +166,7 @@ namespace BlackCore
|
||||
virtual BlackMisc::Simulation::CSimulatorInfo simulatorsWithInitializedModelSet() const = 0;
|
||||
|
||||
//! Verify prerequisites for simulation like an existing model set
|
||||
//! \pre system needs to be initialized to work correctly
|
||||
virtual BlackMisc::CStatusMessageList verifyPrerequisites() const = 0;
|
||||
|
||||
//! Number of installed models in simulator eco system
|
||||
|
||||
@@ -83,7 +83,6 @@ namespace BlackCore
|
||||
Q_ASSERT(s);
|
||||
s = connection.connect(serviceName, IContextSimulator::ObjectPath(), IContextSimulator::InterfaceName(),
|
||||
"requestUiConsoleMessage", this, SIGNAL(requestUiConsoleMessage(QString, bool)));
|
||||
|
||||
Q_ASSERT(s);
|
||||
Q_UNUSED(s);
|
||||
this->relayBaseClassSignals(serviceName, connection, IContextSimulator::ObjectPath(), IContextSimulator::InterfaceName());
|
||||
|
||||
Reference in New Issue
Block a user