ClangCodeModel: Tr::tr

Change-Id: I60aeadd38471cc65de250f66f0f09ba2931b3da2
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
hjk
2023-01-19 09:51:10 +01:00
parent 0454e939e1
commit 117b6f1921
22 changed files with 139 additions and 284 deletions

View File

@@ -3,15 +3,14 @@
#pragma once
#include <QCoreApplication>
#include <QWidget>
namespace ClangCodeModel::Internal {
class ClangdClient;
class ClangdMemoryUsageWidget : public QWidget
{
Q_DECLARE_TR_FUNCTIONS(::ClangCodeModel)
public:
explicit ClangdMemoryUsageWidget(ClangdClient *client);
~ClangdMemoryUsageWidget();
@@ -20,5 +19,5 @@ public:
Private * const d;
};
} // namespace ClangCodeModel::Internal
} // ClangCodeModel::Internal