forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -657,7 +657,7 @@ void TextEditorWidgetPrivate::ctor(const QSharedPointer<TextDocument> &doc)
|
||||
// (void) new QShortcut(tr("F11"), this, SLOT(slotToggleBlockVisible()));
|
||||
|
||||
#ifdef DO_FOO
|
||||
(void) new QShortcut(tr("CTRL+D"), this, SLOT(doFoo()));
|
||||
(void) new QShortcut(TextEditorWidget::tr("CTRL+D"), this, SLOT(doFoo()));
|
||||
#endif
|
||||
|
||||
// parentheses matcher
|
||||
|
||||
Reference in New Issue
Block a user