mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Formatting
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user