summaryrefslogtreecommitdiff
path: root/client-qt/udm-client-qt/downloads_model.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client-qt/udm-client-qt/downloads_model.cpp')
-rw-r--r--client-qt/udm-client-qt/downloads_model.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/client-qt/udm-client-qt/downloads_model.cpp b/client-qt/udm-client-qt/downloads_model.cpp
index 5789151..d7fb799 100644
--- a/client-qt/udm-client-qt/downloads_model.cpp
+++ b/client-qt/udm-client-qt/downloads_model.cpp
@@ -71,6 +71,9 @@ QVariant downloads_model::data(const QModelIndex &index, int role) const
case 1:
return tr("Started");
break;
+ case 2:
+ return tr("Completed");
+ break;
//TODO: handle module defined states
default:
return QVariant();