Vcpkg: Add a missing Tr::

Change-Id: Id3e7abdc7c9cfbe975dea9e099a0f088128152e4
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2023-05-31 08:44:05 +02:00
parent 3c7644647b
commit cc3e940f09

View File

@@ -4,6 +4,7 @@
#include "vcpkgsettings.h" #include "vcpkgsettings.h"
#include "vcpkgconstants.h" #include "vcpkgconstants.h"
#include "vcpkgtr.h"
#include <cmakeprojectmanager/cmakeprojectconstants.h> #include <cmakeprojectmanager/cmakeprojectconstants.h>
@@ -50,10 +51,10 @@ VcpkgSettings::VcpkgSettings()
using namespace Layouting; using namespace Layouting;
return Column { return Column {
Group { Group {
title(tr("Vcpkg installation")), title(Tr::tr("Vcpkg installation")),
Form { Form {
Utils::PathChooser::label(), Utils::PathChooser::label(),
Span{ 2, Row{ vcpkgRoot, websiteButton} }, Span { 2, Row { vcpkgRoot, websiteButton } },
}, },
}, },
st, st,