mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-08 22:59:58 +01:00
Change ElementData enum
Change enum value 'ground' from enum 'function' to enum 'type'
This commit is contained in:
@@ -68,17 +68,17 @@ class ElementData : public PropertiesInterface
|
||||
|
||||
enum TerminalType {
|
||||
TTGeneric,
|
||||
Fuse,
|
||||
Sectional,
|
||||
Diode
|
||||
TTFuse,
|
||||
TTSectional,
|
||||
TTDiode,
|
||||
TTGround
|
||||
};
|
||||
Q_ENUM(TerminalType)
|
||||
|
||||
enum TerminalFunction {
|
||||
TFGeneric,
|
||||
Phase,
|
||||
Neutral,
|
||||
PE
|
||||
TFPhase,
|
||||
TFNeutral,
|
||||
};
|
||||
Q_ENUM(TerminalFunction)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user