Tidying up around QPointer guards.

This commit is contained in:
Mat Sutcliffe
2019-04-29 19:47:05 +01:00
committed by Klaus Basan
parent 3d935485dd
commit 61d933be12
3 changed files with 6 additions and 11 deletions

View File

@@ -84,7 +84,6 @@ namespace BlackGui
const CGlobalSetup setup = sApp->getGlobalSetup();
if (setup.wasLoadedFromWeb())
{
QPointer<CSetupLoadingDialog> myself(this);
QTimer::singleShot(250, this, [ = ]
{
const CUrlList bootstrapUrls = setup.getSwiftBootstrapFileUrls();