summary refs log tree commit diff
path: root/src/DeviceVerificationFlow.cpp
diff options
context:
space:
mode:
authorChethan2k1 <40890937+Chethan2k1@users.noreply.github.com>2020-09-10 14:50:10 +0530
committerChethan2k1 <40890937+Chethan2k1@users.noreply.github.com>2020-09-10 14:50:10 +0530
commit2b5deabbdc72f278ea112139999f6e91b8e571b7 (patch)
tree576789239aaaf3ae04bccd3f47773587d820b5bf /src/DeviceVerificationFlow.cpp
parentMaking sure Verification Objects are deleted properly (diff)
downloadnheko-2b5deabbdc72f278ea112139999f6e91b8e571b7.tar.xz
Fix breaking while using qmlRegisterSingletonInstance
Diffstat (limited to 'src/DeviceVerificationFlow.cpp')
-rw-r--r--src/DeviceVerificationFlow.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/DeviceVerificationFlow.cpp b/src/DeviceVerificationFlow.cpp

index 70cc0baf..96fed55a 100644 --- a/src/DeviceVerificationFlow.cpp +++ b/src/DeviceVerificationFlow.cpp
@@ -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(),