summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/texteditoractionhandler.cpp
diff options
context:
space:
mode:
authorSergey Belyashov <Sergey.Belyashov@gmail.com>2015-03-23 12:41:06 +0300
committerSergey Belyashov <Sergey.Belyashov@gmail.com>2015-03-24 07:04:46 +0000
commit7fa58f1d999c3b32f4d031bd983f5752fd6028d4 (patch)
treed7641261758f46a1a13396faabe1a55cc52a8713 /src/plugins/texteditor/texteditoractionhandler.cpp
parent044eeacde5ee1add8b06a8a53b86fd5c6991d488 (diff)
downloadqt-creator-7fa58f1d999c3b32f4d031bd983f5752fd6028d4.tar.gz
Fix missing of some translations
Task-number: QTCREATORBUG-13649 Change-Id: I69f78b3b8d2366003bfce81a2afba0068e716d22 Reviewed-by: hjk <hjk@theqtcompany.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'src/plugins/texteditor/texteditoractionhandler.cpp')
-rw-r--r--src/plugins/texteditor/texteditoractionhandler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/texteditor/texteditoractionhandler.cpp b/src/plugins/texteditor/texteditoractionhandler.cpp
index ae481a8b17..036a1606d2 100644
--- a/src/plugins/texteditor/texteditoractionhandler.cpp
+++ b/src/plugins/texteditor/texteditoractionhandler.cpp
@@ -56,6 +56,7 @@ namespace Internal {
class TextEditorActionHandlerPrivate : public QObject
{
+ Q_DECLARE_TR_FUNCTIONS(TextEditor::Internal::TextEditorActionHandler)
public:
TextEditorActionHandlerPrivate(TextEditorActionHandler *parent,
Core::Id contextId,