diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-05-01 18:00:31 +0200 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-05-07 12:16:33 +0200 |
| commit | 40c433580f69006a42dc27a6444ebd9a6cccc440 (patch) | |
| tree | 426524068d3dbfcf9aba495d78a5c7bd4316dca8 /src/modinfodialognexus.cpp | |
| parent | cd2b7683b78503d4fef1946de088108b812b387c (diff) | |
Update ModInfo classes to handle plugin game and clean some declarations.
Diffstat (limited to 'src/modinfodialognexus.cpp')
| -rw-r--r-- | src/modinfodialognexus.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modinfodialognexus.cpp b/src/modinfodialognexus.cpp index 59bfe930..447beea6 100644 --- a/src/modinfodialognexus.cpp +++ b/src/modinfodialognexus.cpp @@ -324,7 +324,7 @@ void NexusTab::onSourceGameChanged() for (auto game : plugin().plugins<MOBase::IPluginGame>()) { if (game->gameName() == ui->sourceGame->currentText()) { - mod().setGameName(game->gameShortName()); + mod().setGamePlugin(game); mod().setLastNexusQuery(QDateTime::fromSecsSinceEpoch(0)); refreshData(mod().getNexusID()); return; |
