AppMan: Fix include

Do not include *tr.h inside headers to avoid accidentally using
the wrong translation context.

Change-Id: Ie22aa8c077388716e0b028aa5a33126060df5279
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Stenger
2024-01-18 13:40:17 +01:00
parent 94a2a6f96e
commit c75e55c090
2 changed files with 2 additions and 2 deletions

View File

@@ -5,6 +5,8 @@
#include "appmanagerstringaspect.h"
#include "appmanagertr.h"
#include <utils/algorithm.h>
#include <utils/layoutbuilder.h>

View File

@@ -5,8 +5,6 @@
#pragma once
#include "appmanagertr.h"
#include <utils/aspects.h>
namespace AppManager::Internal {