From 4fd45b937c0577a0c5c1699726e8132b97be8f5d Mon Sep 17 00:00:00 2001 From: Silarn Date: Mon, 23 Dec 2019 15:58:21 -0600 Subject: WIP: Initial changes to fetch nexus categories --- src/mainwindow.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mainwindow.h') 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; -- cgit v1.3.1