fix warnings: "control reaches end of non-void function"

This commit is contained in:
plc-user
2024-04-07 15:17:04 +02:00
parent f4c880dc9f
commit 15b625021c
3 changed files with 9 additions and 0 deletions

View File

@@ -176,6 +176,7 @@ qreal PartTerminal::rotation() const {
case Qet::South : return 180;
case Qet::West : return 270;
}
return 0;
}
/**