fix typo in enum-entry and comments

This commit is contained in:
plc-user
2025-02-17 09:33:35 +01:00
parent 51225d5f59
commit 67112bf8e5
10 changed files with 25 additions and 25 deletions

View File

@@ -40,7 +40,7 @@ class ElementData : public PropertiesInterface
AllReport = 6,
Master = 8,
Slave = 16,
Terminale = 32,
Terminal = 32,
Thumbnail = 64};
Q_ENUM(Type)
Q_DECLARE_FLAGS(Types, Type)