[qet] [3304] refresh bordertitleblock date

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


Revision: 3304
Author:   scorpio810
Date:     2014-09-05 00:41:31 +0200 (Fri, 05 Sep 2014)
Log Message:
-----------
refresh bordertitleblock date

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

Modified: trunk/sources/bordertitleblock.cpp
===================================================================
--- trunk/sources/bordertitleblock.cpp	2014-09-04 17:32:20 UTC (rev 3303)
+++ trunk/sources/bordertitleblock.cpp	2014-09-04 22:41:31 UTC (rev 3304)
@@ -660,7 +660,7 @@
 	
 	// ... overridden by the historical and/or dynamically generated fields
 	context.addValue("author",      btb_author_);
-	context.addValue("date",        btb_date_.toString("yyyy/MM/dd"));
+	context.addValue("date",        btb_date_.toString(Qt::ISODate));
 	context.addValue("title",       btb_title_);
 	context.addValue("filename",    btb_filename_);
 	context.addValue("folio",       btb_final_folio_);


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