diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2015-09-14 12:31:13 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2015-09-14 12:31:13 +0300 |
commit | 1d6ced38a89547aaf2cc3745876360f0e5086474 (patch) | |
tree | bbc627e26fb759884d8aefd4a789805a98beec31 /client-qt/udm-client-qt/udm_main.h | |
parent | b8dd66d71676603dc3081b1de07f2e76732737bd (diff) |
protocol:
added module field to client_download_add_request as required
server:
small handle_command redesign to avoid crashes
client-qt:
implemented all basic features of download add widget (working now, tested)
Diffstat (limited to 'client-qt/udm-client-qt/udm_main.h')
-rw-r--r-- | client-qt/udm-client-qt/udm_main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client-qt/udm-client-qt/udm_main.h b/client-qt/udm-client-qt/udm_main.h index eede952..d3e07be 100644 --- a/client-qt/udm-client-qt/udm_main.h +++ b/client-qt/udm-client-qt/udm_main.h @@ -62,6 +62,7 @@ public slots: void server_message_received(server_msg msg); void client_connected(bool success, QString error_text); void client_disconnected(); + void got_download_settings(std::string module_name, std::map<int, std::string>); protected slots: void btn_start_clicked(); |