Android: Convert to using Tr::tr

Change-Id: Ie9110093101b0f49808b4da7b13ac3f47c3bb994
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Alessandro Portale
2022-10-06 17:53:35 +02:00
parent 8741ce6afc
commit 5c65115271
50 changed files with 753 additions and 4360 deletions

View File

@@ -15,8 +15,6 @@ namespace Internal {
class CreateAndroidManifestWizard : public Utils::Wizard
{
Q_DECLARE_TR_FUNCTIONS(Android::CreateAndroidManifestWizard)
public:
CreateAndroidManifestWizard(ProjectExplorer::BuildSystem *buildSystem);