[qet] [3913] Forget file from previous comit

[ Thread Index | Date Index | More lists.tuxfamily.org/qet Archives ]


Revision: 3913
Author:   blacksun
Date:     2015-04-17 13:45:49 +0200 (Fri, 17 Apr 2015)
Log Message:
-----------
Forget file from previous comit

Modified Paths:
--------------
    trunk/sources/configpages.cpp

Modified: trunk/sources/configpages.cpp
===================================================================
--- trunk/sources/configpages.cpp	2015-04-17 11:36:28 UTC (rev 3912)
+++ trunk/sources/configpages.cpp	2015-04-17 11:45:49 UTC (rev 3913)
@@ -44,7 +44,9 @@
 	// dimensions by default for diagram
 	bpw = new BorderPropertiesWidget(BorderProperties::defaultProperties());
 	// default titleblock properties
-	ipw = new TitleBlockPropertiesWidget(QETApp::commonTitleBlockTemplatesCollection(), TitleBlockProperties::defaultProperties(), true);
+	QList <TitleBlockTemplatesCollection *> c;
+	c << QETApp::commonTitleBlockTemplatesCollection() << QETApp::customTitleBlockTemplatesCollection();
+	ipw = new TitleBlockPropertiesWidget(c, TitleBlockProperties::defaultProperties(), true);
 	// default conductor properties
 	cpw = new ConductorPropertiesWidget(ConductorProperties::defaultProperties());
 	// default propertie of report label


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/