From 127db7799ed4847b151a35a16cefab6c494128ef Mon Sep 17 00:00:00 2001 From: Silarn Date: Mon, 23 Dec 2019 23:16:36 -0600 Subject: WIP: Category QObj refactor --- src/categoriesdialog.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/categoriesdialog.h') diff --git a/src/categoriesdialog.h b/src/categoriesdialog.h index 2ac84124..c1c1c673 100644 --- a/src/categoriesdialog.h +++ b/src/categoriesdialog.h @@ -21,6 +21,7 @@ along with Mod Organizer. If not, see . #define CATEGORIESDIALOG_H #include "tutorabledialog.h" +#include "categories.h" #include namespace Ui @@ -66,6 +67,8 @@ private: int m_HighestID; std::set m_IDs; + std::vector m_NexusCategories; + }; #endif // CATEGORIESDIALOG_H -- cgit v1.3.1