mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 16:20:52 +01:00
Improve code style, Wrap code for better readability
This commit is contained in:
@@ -628,7 +628,7 @@ QTreeWidgetItem *GenericPanel::updateTemplateItem(
|
||||
"used to display a title block template").arg(
|
||||
tb_template.name()));
|
||||
QString tbt_whatsthis = tr(
|
||||
"Ceci est un modèle de cartouche, qui peut être appliqué à un folio.",
|
||||
"Ceci est un modèle de cartouche, qui peut être appliqué à un folio.",
|
||||
"\"What's this\" tip"
|
||||
);
|
||||
tb_template_qtwi -> setWhatsThis(0, tbt_whatsthis);
|
||||
|
||||
Reference in New Issue
Block a user