From d078aa9580eea7597f484dc99b8370df189cb7c7 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Thu, 16 Mar 2017 04:44:53 +0100 Subject: [PATCH] refs #911, formatting --- src/blackcore/context/contextsimulatorimpl.cpp | 2 +- src/blackcore/simulator.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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() {}