Android: Remove unused #includes in splashscreenwidget.cpp

Change-Id: Ib2a7f3087602516d69b8e2553f16953a2287bbc1
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
hjk
2022-09-27 09:03:01 +02:00
parent f2783901d0
commit be931daff9
2 changed files with 4 additions and 10 deletions

View File

@@ -15,8 +15,7 @@ class QColor;
class QImage;
QT_END_NAMESPACE
namespace Android {
namespace Internal {
namespace Android::Internal {
class SplashScreenWidget : public QWidget
{
@@ -73,5 +72,4 @@ private:
bool m_showImageFullScreen = false;
};
} // namespace Internal
} // namespace Android
} // Android::Internal