diff --git a/templateparser/templatesinsertcommand.cpp b/templateparser/templatesinsertcommand.cpp index b0b565bf29a17fa9e560655f15dcc68fec401fca..b52133fad841051f27d671493e9a6f54f116339d 100644 --- a/templateparser/templatesinsertcommand.cpp +++ b/templateparser/templatesinsertcommand.cpp @@ -417,6 +417,9 @@ void TemplatesInsertCommand::slotMapped( int cmd ) emit insertCommand( static_cast( cmd ) ); switch( cmd ) { + case TemplatesInsertCommand::CBlank: + emit insertCommand( QLatin1String("%BLANK") ); + break; case TemplatesInsertCommand::CQuote: emit insertCommand( QLatin1String("%QUOTE") ); break;