Android: Code cosmetics

Change-Id: I2a877e1f94ba9ef9e8487aa78dee95f89ec16312
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
hjk
2022-11-09 17:52:12 +01:00
parent 7205ff6c25
commit c8fbc0b13c
3 changed files with 152 additions and 157 deletions

View File

@@ -30,8 +30,8 @@ QT_END_NAMESPACE
namespace Core { class IEditor; }
namespace Android {
namespace Internal {
namespace Android::Internal {
class AndroidManifestEditor;
class AndroidManifestEditorIconContainerWidget;
class AndroidManifestEditorWidget;
@@ -140,8 +140,8 @@ private:
void addServiceMetadata(QXmlStreamWriter &writer);
bool m_dirty; // indicates that we need to call syncToEditor()
bool m_stayClean;
bool m_dirty = false; // indicates that we need to call syncToEditor()
bool m_stayClean = false;
int m_errorLine;
int m_errorColumn;
QString m_currentsplashImageName[3];
@@ -180,5 +180,5 @@ private:
QString m_androidNdkPlatform;
QTabWidget *m_advanvedTabWidget = nullptr;
};
} // namespace Internal
} // namespace Android
} // Android::Internal