mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Typo
This commit is contained in:
committed by
Mathew Sutcliffe
parent
f972fdf715
commit
da47be641a
@@ -20,7 +20,7 @@ namespace BlackMisc
|
||||
|
||||
CIdentifiable::CIdentifiable(QObject *object) : m_identifier(object->objectName())
|
||||
{
|
||||
// if the object name changes we update our origiginator
|
||||
// if the object name changes we update our originator
|
||||
this->m_connection = QObject::connect(object, &QObject::objectNameChanged, [this, object]()
|
||||
{
|
||||
this->m_identifier = CIdentifier(object->objectName());
|
||||
|
||||
Reference in New Issue
Block a user