Formatting

This commit is contained in:
Klaus Basan
2018-01-11 03:14:25 +01:00
parent 8e130aa895
commit 350a75d672
2 changed files with 2 additions and 6 deletions

View File

@@ -155,8 +155,7 @@ namespace BlackGui
{
if (m_splashScreen)
{
// delete old one
m_splashScreen.reset();
m_splashScreen.reset(); // delete old one
}
if (!resource.isEmpty())
{
@@ -169,8 +168,7 @@ namespace BlackGui
{
if (m_splashScreen)
{
// delete old one
m_splashScreen.reset();
m_splashScreen.reset(); // delete old one
}
m_splashScreen.reset(new QSplashScreen(pixmap.scaled(256, 256)));
m_splashScreen->show();