mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Issue #77 Break dependency of worker on identifiable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user