From c75e55c09026747736b9bf12eb7307907ad79570 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Thu, 18 Jan 2024 13:40:17 +0100 Subject: [PATCH] AppMan: Fix include Do not include *tr.h inside headers to avoid accidentally using the wrong translation context. Change-Id: Ie22aa8c077388716e0b028aa5a33126060df5279 Reviewed-by: hjk --- src/plugins/qtapplicationmanager/appmanagerstringaspect.cpp | 2 ++ src/plugins/qtapplicationmanager/appmanagerstringaspect.h | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/qtapplicationmanager/appmanagerstringaspect.cpp b/src/plugins/qtapplicationmanager/appmanagerstringaspect.cpp index 3a2ba607b35..6a044374019 100644 --- a/src/plugins/qtapplicationmanager/appmanagerstringaspect.cpp +++ b/src/plugins/qtapplicationmanager/appmanagerstringaspect.cpp @@ -5,6 +5,8 @@ #include "appmanagerstringaspect.h" +#include "appmanagertr.h" + #include #include diff --git a/src/plugins/qtapplicationmanager/appmanagerstringaspect.h b/src/plugins/qtapplicationmanager/appmanagerstringaspect.h index dfd7fcbd1f5..071efba41bb 100644 --- a/src/plugins/qtapplicationmanager/appmanagerstringaspect.h +++ b/src/plugins/qtapplicationmanager/appmanagerstringaspect.h @@ -5,8 +5,6 @@ #pragma once -#include "appmanagertr.h" - #include namespace AppManager::Internal {