summaryrefslogtreecommitdiff
path: root/src/downloadmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/downloadmanager.h')
-rw-r--r--src/downloadmanager.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/downloadmanager.h b/src/downloadmanager.h
index f2ad15f4..4fc61cad 100644
--- a/src/downloadmanager.h
+++ b/src/downloadmanager.h
@@ -313,6 +313,14 @@ public:
int getModID(int index) const;
/**
+ * @brief retrieve the displayable game name of the download specified by the index
+ *
+ * @param index index of the file to look up
+ * @return the displayable game name
+ **/
+ QString getDisplayGameName(int index) const;
+
+ /**
* @brief retrieve the game name of the downlaod specified by the index
*
* @param index index of the file to look up