From 2f31b8c66a8f3931e1c9ee0c5b9adebf341bee9a Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Tue, 15 Sep 2015 13:35:50 +0300 Subject: client-qt: update model on data changes (still does not work ....) server: api: sane initialization of numeric fields in download struct --- client-qt/udm-client-qt/downloads_model.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client-qt/udm-client-qt/downloads_model.h') diff --git a/client-qt/udm-client-qt/downloads_model.h b/client-qt/udm-client-qt/downloads_model.h index fc7cfbc..08172d5 100644 --- a/client-qt/udm-client-qt/downloads_model.h +++ b/client-qt/udm-client-qt/downloads_model.h @@ -43,6 +43,8 @@ public: signals: public slots: + void refresh(); + private: std::vector &downloads; }; -- cgit v1.2.3