diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-05-19 18:00:12 +0200 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-05-19 18:00:12 +0200 |
| commit | c391c2b584a309f64f87dd5e00b0083279e6211c (patch) | |
| tree | 73b0386d1198acdf3acaf1f4c1ac5d365347c67e /src/modinfo.h | |
| parent | 04698417a93a51acc80112feab170f3aff7572b7 (diff) | |
Rollback to setGameName instead of setGamePlugin for mod interface.
Diffstat (limited to 'src/modinfo.h')
| -rw-r--r-- | src/modinfo.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/modinfo.h b/src/modinfo.h index d611fa87..2c108378 100644 --- a/src/modinfo.h +++ b/src/modinfo.h @@ -319,11 +319,11 @@ public: virtual void setNotes(const QString ¬es) = 0; /** - * @brief set/change the game plgin for this mod - * - * @param gamePlugin the game plugin - */ - virtual void setGamePlugin(const MOBase::IPluginGame* gamePlugin) = 0; + * @brief set/change the source game of this mod + * + * @param gameName the source game shortName + */ + virtual void setGameName(const QString& gameName) = 0; /** * @brief set the name of this mod |
