diff --git a/sources/titleblockpropertieswidget.cpp b/sources/titleblockpropertieswidget.cpp index 1c2eccbbb..5c417dda5 100644 --- a/sources/titleblockpropertieswidget.cpp +++ b/sources/titleblockpropertieswidget.cpp @@ -413,5 +413,5 @@ void TitleBlockPropertiesWidget::initLayouts() { Set the current Date to the combo Date */ void TitleBlockPropertiesWidget::setDateNow(){ - titleblock_date -> setDate( QDate::currentDate() ); + titleblock_date -> setDate( QDate::currentDate() ); }