diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2021-12-25 00:58:22 -0600 |
|---|---|---|
| committer | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2023-09-21 17:25:46 -0500 |
| commit | 3243101eed11febbf6f4e410af3f7db3169ba205 (patch) | |
| tree | 51b868b837956b7cc3ea0e2e16b3f214370982c7 /src/categories.h | |
| parent | b9f05672b9692c96d39b8ff27e571a30cb82cd44 (diff) | |
Fix issues with category reset and NX save
Diffstat (limited to 'src/categories.h')
| -rw-r--r-- | src/categories.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/categories.h b/src/categories.h index 63d72672..a1aa92fc 100644 --- a/src/categories.h +++ b/src/categories.h @@ -106,6 +106,8 @@ public: **/ void saveCategories(); + void setNexusCategories(std::vector<CategoryFactory::NexusCategory>& nexusCats); + int addCategory(const QString& name, const std::vector<NexusCategory>& nexusCats, int parentID); /** @@ -212,14 +214,6 @@ public: */ static QString nexusMappingFilePath(); -public slots: - - void mapNexusCategories(QString, QVariant, QVariant data); - -signals: - - void requestNexusCategories(); - private: explicit CategoryFactory(); |
