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

@@ -172,6 +172,7 @@ QString TerminalData::typeToString(TerminalData::Type type)
case Outer :
return QString("Outer");
}
return QString("Generic");
}
/**