summaryrefslogtreecommitdiff
path: root/src/modinfo.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-09-22 21:21:45 +0200
committerMikaël Capelle <capelle.mikael@gmail.com>2020-09-22 21:21:45 +0200
commitd9cc013813a2a360a9518ecfd3b2e0bb0596d86a (patch)
treef038dd536814eba30ebbd094b0463f6247dc034d /src/modinfo.h
parentc18d8c5dff77925fb2f16cc6c706b1f73781ad23 (diff)
Change modId() to nexusId().
Diffstat (limited to 'src/modinfo.h')
-rw-r--r--src/modinfo.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/modinfo.h b/src/modinfo.h
index 5602531d..0533d9fe 100644
--- a/src/modinfo.h
+++ b/src/modinfo.h
@@ -292,11 +292,9 @@ public: // IModInterface implementations / Re-declaration
virtual QString repository() const override { return ""; }
/**
- * @return the ID of this mod on the repository.
- *
- * @note For Nexus, this is the Nexus ID of the mod.
+ * @return the nexus ID of this mod on the repository.
*/
- virtual int modId() const = 0;
+ virtual int nexusId() const = 0;
/**
* @return the current version of this mod.