mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 00:25:35 +08:00
refs #911, formatting
This commit is contained in:
committed by
Mathew Sutcliffe
parent
622a2f0937
commit
d078aa9580
@@ -377,7 +377,7 @@ namespace BlackCore
|
|||||||
Q_ASSERT_X(s, Q_FUNC_INFO, "cannot invoke method");
|
Q_ASSERT_X(s, Q_FUNC_INFO, "cannot invoke method");
|
||||||
Q_UNUSED(s);
|
Q_UNUSED(s);
|
||||||
|
|
||||||
CLogMessage(this).info("Listening for simulator %1") << simulatorInfo.getIdentifier();
|
CLogMessage(this).info("Listening for simulator '%1'") << simulatorInfo.getIdentifier();
|
||||||
}
|
}
|
||||||
|
|
||||||
void CContextSimulator::listenForAllSimulators()
|
void CContextSimulator::listenForAllSimulators()
|
||||||
|
|||||||
@@ -238,7 +238,6 @@ namespace BlackCore
|
|||||||
public:
|
public:
|
||||||
//! Constructor
|
//! Constructor
|
||||||
//! \sa ISimulatorFactory::createListener().
|
//! \sa ISimulatorFactory::createListener().
|
||||||
//! \note msvc2015: use inherited constructor
|
|
||||||
ISimulatorListener(const BlackMisc::Simulation::CSimulatorPluginInfo &info);
|
ISimulatorListener(const BlackMisc::Simulation::CSimulatorPluginInfo &info);
|
||||||
|
|
||||||
//! Destructor
|
//! Destructor
|
||||||
@@ -269,7 +268,6 @@ namespace BlackCore
|
|||||||
class BLACKCORE_EXPORT ISimulatorFactory
|
class BLACKCORE_EXPORT ISimulatorFactory
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
//! ISimulatorVirtual destructor
|
//! ISimulatorVirtual destructor
|
||||||
virtual ~ISimulatorFactory() {}
|
virtual ~ISimulatorFactory() {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user