git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@1962 bfdf4180-ca20-0410-9c96-a3a8aa849046

This commit is contained in:
cfdev
2012-11-10 15:41:21 +00:00
parent 71f79ccce6
commit d829cbf2ce

View File

@@ -413,5 +413,5 @@ void TitleBlockPropertiesWidget::initLayouts() {
Set the current Date to the combo Date Set the current Date to the combo Date
*/ */
void TitleBlockPropertiesWidget::setDateNow(){ void TitleBlockPropertiesWidget::setDateNow(){
titleblock_date -> setDate( QDate::currentDate() ); titleblock_date -> setDate( QDate::currentDate() );
} }