diff --git a/src/blackgui/guiapplication.cpp b/src/blackgui/guiapplication.cpp index 6d6a0bc2c..24765ae21 100644 --- a/src/blackgui/guiapplication.cpp +++ b/src/blackgui/guiapplication.cpp @@ -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(); diff --git a/tests/blackmisc/testaviation.h b/tests/blackmisc/testaviation.h index af08add5d..467b3d925 100644 --- a/tests/blackmisc/testaviation.h +++ b/tests/blackmisc/testaviation.h @@ -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