Issue #77 Break dependency of worker on identifiable

This commit is contained in:
Mat Sutcliffe
2020-08-27 18:12:43 +01:00
parent 89659fdeaa
commit 479210957a
15 changed files with 18 additions and 51 deletions

View File

@@ -10,13 +10,6 @@
namespace BlackMisc
{
CIdentifier CIdentifiable::getCurrentTimestampIdentifier() const
{
CIdentifier o(m_identifier);
o.setCurrentUtcTime();
return o;
}
CIdentifiable::CIdentifiable(QObject *object) : m_identifier(object->objectName())
{
// if the object name changes we update our originator