refs #911, formatting

This commit is contained in:
Klaus Basan
2017-03-16 04:44:53 +01:00
committed by Mathew Sutcliffe
parent 622a2f0937
commit d078aa9580
2 changed files with 1 additions and 3 deletions

View File

@@ -377,7 +377,7 @@ namespace BlackCore
Q_ASSERT_X(s, Q_FUNC_INFO, "cannot invoke method");
Q_UNUSED(s);
CLogMessage(this).info("Listening for simulator %1") << simulatorInfo.getIdentifier();
CLogMessage(this).info("Listening for simulator '%1'") << simulatorInfo.getIdentifier();
}
void CContextSimulator::listenForAllSimulators()

View File

@@ -238,7 +238,6 @@ namespace BlackCore
public:
//! Constructor
//! \sa ISimulatorFactory::createListener().
//! \note msvc2015: use inherited constructor
ISimulatorListener(const BlackMisc::Simulation::CSimulatorPluginInfo &info);
//! Destructor
@@ -269,7 +268,6 @@ namespace BlackCore
class BLACKCORE_EXPORT ISimulatorFactory
{
public:
//! ISimulatorVirtual destructor
virtual ~ISimulatorFactory() {}