Use "myself" QPointer with "sGui->processEventsToRefreshGui"

Rational: during "sGui->processEventsToRefreshGui" object can be deleted
This commit is contained in:
Klaus Basan
2019-02-26 00:42:07 +01:00
committed by Mat Sutcliffe
parent 0e916864cb
commit bd1ef5dfea
3 changed files with 9 additions and 4 deletions

View File

@@ -225,6 +225,7 @@ namespace BlackGui
if (!m_splashScreen) { return; }
this->displaySplashMessage(m);
this->processEventsToRefreshGui();
if (!sGui) { return; }
}
}