Rev 481 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 481 | Rev 525 | ||
---|---|---|---|
Line 22... | Line 22... | ||
22 | #include "../global.h" |
22 | #include "../global.h" |
Line 23... | Line 23... | ||
23 | 23 | ||
24 | struct set_TTY |
24 | struct set_TTY |
25 | { |
25 | { |
- | 26 | QString Port; |
|
- | 27 | int MaxPorts; |
|
- | 28 | int PortID; |
|
26 | QString Port; |
29 | QString Ports[10]; |
Line 27... | Line 30... | ||
27 | }; |
30 | }; |
28 | 31 | ||
29 | struct set_GUI |
32 | struct set_GUI |