Ref T709, avoid pure virtual assert by removing the JSON ctor, which is calling a virtual function in the ctor

This commit is contained in:
Klaus Basan
2019-08-14 23:55:32 +02:00
parent f9e7449fdd
commit 14e396bce0
5 changed files with 2 additions and 17 deletions

View File

@@ -24,9 +24,6 @@ namespace XSwiftBus
//! Constructor.
CSettings();
//! JSON constructor
CSettings(const std::string &json);
protected:
//! \copydoc BlackMisc::Simulation::Settings::CXSwiftBusSettingsQtFree::objectUpdated
virtual void objectUpdated() override final {}