Wrap code for better readability

This commit is contained in:
Simon De Backer
2020-09-07 22:03:40 +02:00
parent 8ee38fab9e
commit 5d92393ee7
202 changed files with 4031 additions and 2153 deletions

View File

@@ -32,7 +32,8 @@ TitleBlockTemplateDeleter::TitleBlockTemplateDeleter(const TitleBlockTemplateLoc
/**
Destructor
*/
TitleBlockTemplateDeleter::~TitleBlockTemplateDeleter() {
TitleBlockTemplateDeleter::~TitleBlockTemplateDeleter()
{
}
/**
@@ -41,7 +42,8 @@ TitleBlockTemplateDeleter::~TitleBlockTemplateDeleter() {
actually proceeding to the deletion.
@return true if the deletion succeeded, false otherwise.
*/
bool TitleBlockTemplateDeleter::exec() {
bool TitleBlockTemplateDeleter::exec()
{
if (!template_location_.isValid()) return(false);
QString name = template_location_.name();