summaryrefslogtreecommitdiff
path: root/src/downloadmanager.h
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2019-12-06 11:06:50 -0700
committerLostDragonist <lost.dragonist@gmail.com>2019-12-06 12:40:41 -0700
commit2c5603092af9cdce1748870176c5f4cd49a87b8d (patch)
tree8964f861addcc8b9a8693bafc88658980ca26d65 /src/downloadmanager.h
parent5327974825ec3860e871b414ea0eb184134e51a1 (diff)
Add source game column to the download list
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