diff options
| author | Thomas Tanner <trtanner@btinternet.com> | 2015-11-25 19:31:05 +0000 |
|---|---|---|
| committer | Thomas Tanner <trtanner@btinternet.com> | 2015-11-25 19:31:05 +0000 |
| commit | 38c5899fef2f21561a00bd5b1df3eff8577ec986 (patch) | |
| tree | fddb56b11b86e450ea0a07de554ccde8dc7417e9 /src/organizercore.h | |
| parent | b9b12ca765d1703ac2e3852746e7acc3a20949a9 (diff) | |
Replace GameInfo::getNexusInfoUrl with IPluginGame::getNexusManagementUrl
also added getNexusDisplayUrl for the other variant of getNexusPage
Removed skyrim static versions
note that Nexusinterface is now passed a game plugin rather than a URL and a game ID if you want to override the current game
Diffstat (limited to 'src/organizercore.h')
| -rw-r--r-- | src/organizercore.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/organizercore.h b/src/organizercore.h index a673065a..c206e5e7 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -99,7 +99,8 @@ public: ModListSortProxy *createModListProxyModel();
PluginListSortProxy *createPluginListProxyModel();
- MOBase::IPluginGame *managedGame() const;
+ MOBase::IPluginGame const *managedGame() const;
+ MOBase::IPluginGame *managedGameForUpdate() const;
bool isArchivesInit() const { return m_ArchivesInit; }
|
