mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +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())
|
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_connection = QObject::connect(object, &QObject::objectNameChanged, [this, object]()
|
||||||
{
|
{
|
||||||
this->m_identifier = CIdentifier(object->objectName());
|
this->m_identifier = CIdentifier(object->objectName());
|
||||||
|
|||||||
Reference in New Issue
Block a user