From 793dfb1637322c60bcbf32fdc5a9c23bb7ed5ec4 Mon Sep 17 00:00:00 2001 From: Tannin Date: Wed, 10 Jun 2015 22:09:32 +0200 Subject: added plugin interface to add/remove/list categories to/from/of mods --- src/modinfo.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/modinfo.h') diff --git a/src/modinfo.h b/src/modinfo.h index 8c8d2baf..ba248bdb 100644 --- a/src/modinfo.h +++ b/src/modinfo.h @@ -300,6 +300,10 @@ public: */ virtual void addNexusCategory(int categoryID) = 0; + virtual void addCategory(const QString &categoryName) override; + virtual bool removeCategory(const QString &categoryName) override; + virtual QStringList categories() override; + /** * update the endorsement state for the mod. This only changes the * buffered state, it does not sync with Nexus -- cgit v1.3.1