parent
f7284507cd
commit
0bcec38128
@ -0,0 +1,11 @@
|
||||
### Example:
|
||||
|
||||
```
|
||||
enum EnStyle
|
||||
{
|
||||
STYLE_RADIAL,
|
||||
STYLE_ENVELOPE,
|
||||
STYLE_FILLED
|
||||
};
|
||||
Q_ENUMS(EnStyle)
|
||||
```
|
||||
Loading…
Reference in new issue