diff --git a/src/blackcore/context/contextsimulatorimpl.cpp b/src/blackcore/context/contextsimulatorimpl.cpp index 1600fa2e7..0109a6705 100644 --- a/src/blackcore/context/contextsimulatorimpl.cpp +++ b/src/blackcore/context/contextsimulatorimpl.cpp @@ -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() diff --git a/src/blackcore/simulator.h b/src/blackcore/simulator.h index 52086bb87..78539314b 100644 --- a/src/blackcore/simulator.h +++ b/src/blackcore/simulator.h @@ -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() {}