diff options
| author | Silarn <jrim@rimpo.org> | 2018-04-17 02:47:07 -0500 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2018-04-17 02:47:07 -0500 |
| commit | 7688175c68c2f1ce85951173c0aa3e186587aa1f (patch) | |
| tree | fdbe99b1158c90ae5dc71a9d7871dd236f2e2c24 /src/modinforegular.cpp | |
| parent | b4eae6e5d1cbd92140e9a1058d623a4338a35c43 (diff) | |
Add source game setter in mod info dialog
Diffstat (limited to 'src/modinforegular.cpp')
| -rw-r--r-- | src/modinforegular.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/modinforegular.cpp b/src/modinforegular.cpp index 69718705..a514e1bf 100644 --- a/src/modinforegular.cpp +++ b/src/modinforegular.cpp @@ -319,6 +319,12 @@ void ModInfoRegular::setNotes(const QString ¬es) m_MetaInfoChanged = true; } +void ModInfoRegular::setGameName(QString gameName) +{ + m_GameName = gameName; + m_MetaInfoChanged = true; +} + void ModInfoRegular::setNexusID(int modID) { m_NexusID = modID; |
