From 5a4cbe950cd653385fc6e93aa860542b01bdf1bc Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Fri, 7 Aug 2015 15:05:23 +0300 Subject: protocol: renamed some vars to avoid collision with openssl client-qt: implemented ssl support some work on connect_widget --- protocol/udm.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocol') 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 ... -- cgit v1.2.3