title block editor : show 'projectfilename' as available value

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5464 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2018-08-05 16:27:14 +00:00
parent bf974f1956
commit ff7b2226e1
2 changed files with 2 additions and 0 deletions

View File

@@ -446,6 +446,7 @@ QString TitleBlockTemplateCellWidget::defaultVariablesString() const {
"<li>%{folio-total} : nombre total de folios dans le projet</li>"
"<li>%{projecttitle} : titre du projet</li>"
"<li>%{projectpath} : chemin du projet</li>"
"<li>%{projectfilename} : nom du fichier</li>"
"</ul>"
);
return(def_var_string);