Rev 674 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 674 | Rev 711 | ||
---|---|---|---|
Line 22... | Line 22... | ||
22 | #include <QString> |
22 | #include <QString> |
Line 23... | Line 23... | ||
23 | 23 | ||
24 | static const int ID_COMMUNICATOR = 1; |
24 | static const int ID_COMMUNICATOR = 1; |
25 | static const int ID_SCOPE = 11; |
25 | static const int ID_SCOPE = 11; |
- | 26 | static const int ID_SETTINGS = 12; |
|
- | 27 | static const int ID_MAPS = 13; |
|
- | 28 | static const int ID_VOICE = 14; |
|
- | 29 | static const int ID_LOGGER = 15; |
|
- | 30 | static const int ID_SERVER = 100; |
|
Line 26... | Line 31... | ||
26 | static const int ID_SETTINGS = 12; |
31 | |
27 | 32 | ||
28 | class HandlerIP |
33 | class HandlerIP |
29 | { |
34 | { |