summaryrefslogtreecommitdiff
path: root/src/downloadmanager.h
diff options
context:
space:
mode:
authorThomas Tanner <trtanner@btinternet.com>2015-11-23 18:32:30 +0000
committerThomas Tanner <trtanner@btinternet.com>2015-11-23 18:32:30 +0000
commit3659284ab6bdbf0845cf846600a26db688584d6f (patch)
tree8348dd4518742bd4ec68c7ab32adb0b8d8814176 /src/downloadmanager.h
parent2a50683133953edd80606aedbdd93a7f10d4a7d8 (diff)
Remove most instances of GameInfo::getname, and transfer getDLCPlugins to the plugingame interface
Also commented out startDownloadNexusFile as it doesn't appear to be used anywhere
Diffstat (limited to 'src/downloadmanager.h')
-rw-r--r--src/downloadmanager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/downloadmanager.h b/src/downloadmanager.h
index 57bd592d..f13cc65d 100644
--- a/src/downloadmanager.h
+++ b/src/downloadmanager.h
@@ -328,7 +328,9 @@ public:
virtual int startDownloadURLs(const QStringList &urls);
+ /* This doesn't appear to be used anywhere
virtual int startDownloadNexusFile(int modID, int fileID);
+ */
virtual QString downloadPath(int id);
/**