aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/copilot/copilottr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/copilot/copilottr.h')
-rw-r--r--src/plugins/copilot/copilottr.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/plugins/copilot/copilottr.h b/src/plugins/copilot/copilottr.h
new file mode 100644
index 00000000000..42fef818db0
--- /dev/null
+++ b/src/plugins/copilot/copilottr.h
@@ -0,0 +1,15 @@
+// Copyright (C) 2022 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
+#pragma once
+
+#include <QCoreApplication>
+
+namespace Copilot {
+
+struct Tr
+{
+ Q_DECLARE_TR_FUNCTIONS(QtC::Copilot)
+};
+
+} // namespace Copilot