From cc3e940f09421e6e177499dfaddef39c8a1e0f54 Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 31 May 2023 08:44:05 +0200 Subject: [PATCH] Vcpkg: Add a missing Tr:: Change-Id: Id3e7abdc7c9cfbe975dea9e099a0f088128152e4 Reviewed-by: Christian Stenger --- src/plugins/vcpkg/vcpkgsettings.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/plugins/vcpkg/vcpkgsettings.cpp b/src/plugins/vcpkg/vcpkgsettings.cpp index a450373ab52..3542ec47910 100644 --- a/src/plugins/vcpkg/vcpkgsettings.cpp +++ b/src/plugins/vcpkg/vcpkgsettings.cpp @@ -4,6 +4,7 @@ #include "vcpkgsettings.h" #include "vcpkgconstants.h" +#include "vcpkgtr.h" #include @@ -50,10 +51,10 @@ VcpkgSettings::VcpkgSettings() using namespace Layouting; return Column { Group { - title(tr("Vcpkg installation")), + title(Tr::tr("Vcpkg installation")), Form { Utils::PathChooser::label(), - Span{ 2, Row{ vcpkgRoot, websiteButton} }, + Span { 2, Row { vcpkgRoot, websiteButton } }, }, }, st,