From ccffc685c412183b56f822438da5cc8a575d757e Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Thu, 10 Sep 2015 00:15:07 +0300 Subject: client-qt: handle disconnect basic downloads model (still draft with unimplemented basic features like dynamic columns count, dynamic columns will be implemented next) basic handler for download list (in theory it's already working now, but untested) basic modules info handler (just store data in memory for now, all basic features still unimplemented, download info ui templates generation will be implemented next here) basic core info handler (just store data in memory for now, core settings and core info ui will be implemented next here.) server: api: added client metadata manipulation api for downloader modules added metadata map to download structure in downloader modules curl_downloader: implemented new api's --- client-qt/udm-client-qt/client_session.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'client-qt/udm-client-qt/client_session.cpp') diff --git a/client-qt/udm-client-qt/client_session.cpp b/client-qt/udm-client-qt/client_session.cpp index 9cb951c..885598b 100644 --- a/client-qt/udm-client-qt/client_session.cpp +++ b/client-qt/udm-client-qt/client_session.cpp @@ -309,6 +309,7 @@ client_session::~client_session() delete socket_; // boost::asio::io_service *s = &io_service_; // delete s; + emit client_disconnected(); emit terminate_thread(); } -- cgit v1.2.3