diff options
| author | Chris Bessent <lost.dragonist@gmail.com> | 2021-04-29 01:57:13 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 01:57:13 -0700 |
| commit | 1197b562f6c044ace8c78739780cb5829df50c10 (patch) | |
| tree | 5c60a5bb694804995545f1ddce68f96a7758cc16 /src/mainwindow.h | |
| parent | 7df5329ea09569ef49cd48678e361c54be993de1 (diff) | |
| parent | dfbaed0ade533f5e203b16a5126090377cb4657b (diff) | |
Merge pull request #1496 from LostDragonist/nexus_links
Change the "Visit Nexus" button to support alternate sources
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 7afd954a..6626bf51 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -187,6 +187,7 @@ private: void setToolbarButtonStyle(Qt::ToolButtonStyle s); void registerModPage(MOBase::IPluginModPage* modPage); + bool registerNexusPage(const QString& gameName); void registerPluginTool(MOBase::IPluginTool* tool, QString name = QString(), QMenu* menu = nullptr); void updateToolbarMenu(); |
