From 114c3cdcc3243d4ee0a290474e3300473ba0dfec Mon Sep 17 00:00:00 2001 From: blacksun Date: Fri, 29 Jun 2018 20:36:21 +0000 Subject: [PATCH] title block editor : show 'projecttitle' as available value git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5418 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/titleblock/templatecellwidget.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/titleblock/templatecellwidget.cpp b/sources/titleblock/templatecellwidget.cpp index f2188b616..dd01278c4 100644 --- a/sources/titleblock/templatecellwidget.cpp +++ b/sources/titleblock/templatecellwidget.cpp @@ -444,6 +444,7 @@ QString TitleBlockTemplateCellWidget::defaultVariablesString() const { "
  • %{folio} : indications relatives au folio
  • " "
  • %{folio-id} : position du folio dans le projet
  • " "
  • %{folio-total} : nombre total de folios dans le projet
  • " + "
  • %{projecttitle} : titre du projet
  • " "" ); return(def_var_string);