summaryrefslogtreecommitdiff
path: root/client-qt/udm-client-qt/udm_main.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2015-10-25 20:51:23 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2015-10-25 20:51:23 +0300
commit89dbfd1a2e9cee5bb7c219ba121e7e922d7dfa7a (patch)
tree737925d830bfc2eb05766914ef46a08937c338b7 /client-qt/udm-client-qt/udm_main.cpp
parent62d571ffe85696b260cfe188db4ed09915a5e7d3 (diff)
protocol:
a bit of work with "client_event_subscription_request" some comments server: event subsystem: event's object class skeleton very basic event subscription handler
Diffstat (limited to 'client-qt/udm-client-qt/udm_main.cpp')
-rw-r--r--client-qt/udm-client-qt/udm_main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/client-qt/udm-client-qt/udm_main.cpp b/client-qt/udm-client-qt/udm_main.cpp
index 62b8195..3b546c3 100644
--- a/client-qt/udm-client-qt/udm_main.cpp
+++ b/client-qt/udm-client-qt/udm_main.cpp
@@ -258,6 +258,7 @@ void udm_main::server_message_received(server_msg msg)
auth_token = msg.auth_reply().auth_token();
btn_add->setEnabled(true); //we can add downloads now
lbl_state->setText(tr("State") + ": " + tr("Connected") + ", " + tr("Authenticated"));
+ //TODO: subscript to events
//request modules and settings here
{
client_msg msg;