Fix breaking while using qmlRegisterSingletonInstance

This commit is contained in:
Chethan2k1 2020-09-10 14:50:10 +05:30
parent a27662dc08
commit 2b5deabbdc
2 changed files with 7 additions and 5 deletions

View file

@ -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(),