aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/textmark.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2023-01-17 18:02:43 +0100
committerhjk <hjk@qt.io>2023-01-18 07:02:12 +0000
commit17b20e06224f1fdee61fe5477b0789d09d602652 (patch)
tree9b9f1dac81fc4774a1ee1719b9215c0454354aee /src/plugins/texteditor/textmark.h
parent87e5ac74385ffcb8713510c9e243e2455cb17516 (diff)
TextEditor: Tr::tr
Change-Id: I28aa68e25c53c3a4d1c370074d7b3318944dc45a Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Diffstat (limited to 'src/plugins/texteditor/textmark.h')
-rw-r--r--src/plugins/texteditor/textmark.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/texteditor/textmark.h b/src/plugins/texteditor/textmark.h
index 62bb51a1f2..0a34139ec5 100644
--- a/src/plugins/texteditor/textmark.h
+++ b/src/plugins/texteditor/textmark.h
@@ -37,7 +37,6 @@ public:
class TEXTEDITOR_EXPORT TextMark
{
- Q_DECLARE_TR_FUNCTIONS(TextEditor::TextMark)
public:
TextMark(const Utils::FilePath &fileName,
int lineNumber,