Fix breaking while using qmlRegisterSingletonInstance
This commit is contained in:
parent
a27662dc08
commit
2b5deabbdc
2 changed files with 7 additions and 5 deletions
|
|
@ -41,9 +41,7 @@ DeviceVerificationFlow::DeviceVerificationFlow(QObject *,
|
|||
this->deleteLater();
|
||||
});
|
||||
|
||||
connect(this,&DeviceVerificationFlow::deleteFlow,this,[this](){
|
||||
this->deleteLater();
|
||||
});
|
||||
connect(this, &DeviceVerificationFlow::deleteFlow, this, [this]() { this->deleteLater(); });
|
||||
|
||||
connect(
|
||||
ChatPage::instance(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue