Improve code style, Wrap code for better readability

This commit is contained in:
Simon De Backer
2020-08-16 14:23:59 +02:00
parent 8144e9b21b
commit 928b56f2bf
22 changed files with 656 additions and 363 deletions

View File

@@ -93,7 +93,7 @@ void MultiPasteDialog::updatePreview()
void MultiPasteDialog::on_m_button_box_accepted()
{
if(m_pasted_content.count())
if(m_pasted_content.count())
{
m_diagram->undoStack().beginMacro(tr("Multi-collage"));