diff options
| author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2015-08-07 15:05:23 +0300 |
|---|---|---|
| committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2015-08-07 15:05:23 +0300 |
| commit | 5a4cbe950cd653385fc6e93aa860542b01bdf1bc (patch) | |
| tree | 5a97277e5bb479b2d60147bb13f3c28ebc177a9b /protocol | |
| parent | 1461988ab8387f86d929cbba70bc4839447693f6 (diff) | |
protocol:
renamed some vars to avoid collision with openssl
client-qt:
implemented ssl support
some work on connect_widget
Diffstat (limited to 'protocol')
| -rw-r--r-- | protocol/udm.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/udm.proto b/protocol/udm.proto index adbae08..739059c 100644 --- a/protocol/udm.proto +++ b/protocol/udm.proto @@ -25,7 +25,7 @@ enum MODULE_UI_ELEMENT_TYPE { UI_EMPTY = 0; //helper type to set empty element - UI_STRING = 1; //ui elements containing strings + UI_STR = 1; //ui elements containing strings UI_INTEGER = 2; //numeric only ui elements (use strings instead ?) UI_PROGRESS_BAR = 3; //generic progress bar UI_WINDOW = 4; //ui window ... |
