diff options
| author | Silarn <jrim@rimpo.org> | 2019-12-23 23:16:36 -0600 |
|---|---|---|
| committer | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2023-09-21 17:03:43 -0500 |
| commit | 127db7799ed4847b151a35a16cefab6c494128ef (patch) | |
| tree | dd31c995fee70d2fd0367eeaa6ad916755060256 /src/categoriesdialog.h | |
| parent | 4fd45b937c0577a0c5c1699726e8132b97be8f5d (diff) | |
WIP: Category QObj refactor
Diffstat (limited to 'src/categoriesdialog.h')
| -rw-r--r-- | src/categoriesdialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. #define CATEGORIESDIALOG_H #include "tutorabledialog.h" +#include "categories.h" #include <set> namespace Ui @@ -66,6 +67,8 @@ private: int m_HighestID; std::set<int> m_IDs; + std::vector<CategoryFactory::NexusCategory> m_NexusCategories; + }; #endif // CATEGORIESDIALOG_H |
