mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +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();
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
|
||||
namespace BlackMiscTest
|
||||
{
|
||||
|
||||
/*!
|
||||
* Aviation classes basic tests
|
||||
*/
|
||||
@@ -49,7 +48,6 @@ namespace BlackMiscTest
|
||||
//! Testing copying and equality of objects
|
||||
void copyAndEqual();
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
||||
//! \endcond
|
||||
|
||||
Reference in New Issue
Block a user