From 9cb6d62725b66ec54067d0cebd0aa486c1a78b48 Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Tue, 21 May 2019 00:06:50 +0000 Subject: [PATCH] QMessageBox : Add QObject to improve translations git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5882 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/qetdiagrameditor.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/qetdiagrameditor.cpp b/sources/qetdiagrameditor.cpp index 2f5f35329..f575ab7c2 100644 --- a/sources/qetdiagrameditor.cpp +++ b/sources/qetdiagrameditor.cpp @@ -2230,7 +2230,7 @@ void QETDiagramEditor::generateTerminalBlock() #if defined(Q_OS_WIN32) || defined(Q_OS_WIN64) QMessageBox::warning(nullptr, tr("Error launching qet_tb_generator plugin"), - tr("To install the plugin qet_tb_generator" + QObject::tr("To install the plugin qet_tb_generator" "
" "Visit :" "
" @@ -2266,7 +2266,7 @@ void QETDiagramEditor::generateTerminalBlock() #elif defined(Q_OS_MAC) QMessageBox::warning(nullptr, tr("Error launching qet_tb_generator plugin"), - tr("To install the plugin qet_tb_generator" + QObject::tr("To install the plugin qet_tb_generator" "
" "Visit :" "
" @@ -2297,7 +2297,7 @@ void QETDiagramEditor::generateTerminalBlock() #else QMessageBox::warning(nullptr, tr("Error launching qet_tb_generator plugin"), - tr( "To install the plugin qet_tb_generator" + QObject::tr("To install the plugin qet_tb_generator" "
" "Visit : " "
"