summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorSilarn <jrim@rimpo.org>2019-12-23 15:58:21 -0600
committerJeremy Rimpo <jeremy.rimpo@servermonkey.com>2023-09-21 16:54:49 -0500
commit4fd45b937c0577a0c5c1699726e8132b97be8f5d (patch)
treea580bc33cab036a313c9edb6e48c888895e0d4ce /src/mainwindow.h
parent0b6afd6a9a39c60b5420e40189bc0ac60a4766ba (diff)
WIP: Initial changes to fetch nexus categories
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 8cd55c90..42ffc83e 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -283,7 +283,9 @@ private:
QAction* m_ContextAction;
- CategoryFactory& m_CategoryFactory;
+ QAction* m_browseModPage;
+
+ CategoryFactory* m_CategoryFactory;
QTimer m_CheckBSATimer;
QTimer m_SaveMetaTimer;