logic: fixed timer issue in startIndexingDialog

This commit is contained in:
mlangkabel
2018-01-15 17:58:00 +01:00
parent cad064b9da
commit 9040c60585
+1
View File
@@ -140,6 +140,7 @@ void QtDialogView::startIndexingDialog(
}
std::shared_ptr<QTimer> timer = std::make_shared<QTimer>();
timer->setSingleShot(true);
connect(timer.get(), &QTimer::timeout,
[=]()
{