summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorChris Bessent <lost.dragonist@gmail.com>2021-04-25 04:10:08 -0700
committerChris Bessent <lost.dragonist@gmail.com>2021-04-25 04:13:12 -0700
commite475893ff45c187d89ffa6ad8f43eaee1cd61c1f (patch)
treeff2694c6630cf73bb4cd0378acaa55d22a8972c2 /src/mainwindow.h
parent40a4bf1e3a25d98da481c6807e327f036a9a33e6 (diff)
Change the "Visit Nexus" button to support alternate sources
If a game plugin supports more than one Nexus site for downloads, the "Visit Nexus" button will be turned into a drop-down that lets you select each site.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 7afd954a..ee2446af 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -187,6 +187,7 @@ private:
void setToolbarButtonStyle(Qt::ToolButtonStyle s);
void registerModPage(MOBase::IPluginModPage* modPage);
+ void registerNexusPages(const QStringList& gamePluginNames);
void registerPluginTool(MOBase::IPluginTool* tool, QString name = QString(), QMenu* menu = nullptr);
void updateToolbarMenu();