Add possibility to choose the default title block for a new project (User title block isn't supported yet)

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3901 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2015-04-09 09:39:34 +00:00
parent 026b7f43c3
commit 3598d349e7
4 changed files with 24 additions and 11 deletions

View File

@@ -143,7 +143,9 @@ TitleBlockProperties TitleBlockPropertiesWidget::properties() const {
}
if (!currentTitleBlockTemplateName().isEmpty())
{
prop.template_name = currentTitleBlockTemplateName();
}
prop.context = m_dcw -> context();