Fix Clang warning.

This commit is contained in:
Roman Telezhynskyi 2021-01-26 17:08:54 +02:00
parent 62caf5a5c0
commit 70ea54992f

View file

@ -697,6 +697,7 @@ void MainWindow::SetToolButton(bool checked, Tool t, const QString &cursor, cons
break;
case Tool::Piece:
dialogTool->SetPatternDoc(doc);
break;
default:
break;
}