aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/glsleditor
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2023-01-13 11:03:09 +0100
committerhjk <hjk@qt.io>2023-01-13 12:00:17 +0000
commite7c536011f1f66e702b7191848c5e728ae6e50fe (patch)
tree58ff5789a7f0a65d3a760ef920df7ada7690a2ad /src/plugins/glsleditor
parenteab76c5007c1d4aba8ee72f3493cc2fa6c292378 (diff)
Prefix Tr::tr contexts with ::
To make outliers better visible in Linguist Change-Id: Ic35ea2a858b7e3576d9a416fb494fddb616eaaa1 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/glsleditor')
-rw-r--r--src/plugins/glsleditor/glsleditorconstants.h3
-rw-r--r--src/plugins/glsleditor/glsleditortr.h2
2 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/glsleditor/glsleditorconstants.h b/src/plugins/glsleditor/glsleditorconstants.h
index f73f47f692..687678b92d 100644
--- a/src/plugins/glsleditor/glsleditorconstants.h
+++ b/src/plugins/glsleditor/glsleditorconstants.h
@@ -22,8 +22,5 @@ const char GLSL_MIMETYPE_FRAG[] = "text/x-glsl-frag";
const char GLSL_MIMETYPE_VERT_ES[] = "text/x-glsl-es-vert";
const char GLSL_MIMETYPE_FRAG_ES[] = "text/x-glsl-es-frag";
-const char WIZARD_CATEGORY_GLSL[] = "U.GLSL";
-const char WIZARD_TR_CATEGORY_GLSL[] = QT_TRANSLATE_NOOP("GLSLEditor", "GLSL");
-
} // namespace Constants
} // namespace GlslEditor
diff --git a/src/plugins/glsleditor/glsleditortr.h b/src/plugins/glsleditor/glsleditortr.h
index f259f4e15c..8c16d30d48 100644
--- a/src/plugins/glsleditor/glsleditortr.h
+++ b/src/plugins/glsleditor/glsleditortr.h
@@ -9,7 +9,7 @@ namespace GLSLEditor {
struct Tr
{
- Q_DECLARE_TR_FUNCTIONS(GLSLEditor)
+ Q_DECLARE_TR_FUNCTIONS(::GLSLEditor)
};
} // namespace GLSLEditor