From d9cc013813a2a360a9518ecfd3b2e0bb0596d86a Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Tue, 22 Sep 2020 21:21:45 +0200 Subject: Change modId() to nexusId(). --- src/modinfo.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/modinfo.h') 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. -- cgit v1.3.1