Making sure Verification Objects are deleted properly
This commit is contained in:
parent
e70b4e4268
commit
a27662dc08
3 changed files with 19 additions and 14 deletions
|
|
@ -41,6 +41,10 @@ DeviceVerificationFlow::DeviceVerificationFlow(QObject *,
|
|||
this->deleteLater();
|
||||
});
|
||||
|
||||
connect(this,&DeviceVerificationFlow::deleteFlow,this,[this](){
|
||||
this->deleteLater();
|
||||
});
|
||||
|
||||
connect(
|
||||
ChatPage::instance(),
|
||||
&ChatPage::recievedDeviceVerificationStart,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue