mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Tidying up around QPointer guards.
This commit is contained in:
committed by
Klaus Basan
parent
3d935485dd
commit
61d933be12
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user