summaryrefslogtreecommitdiff
path: root/src/modlistviewactions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modlistviewactions.h')
-rw-r--r--src/modlistviewactions.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/modlistviewactions.h b/src/modlistviewactions.h
index 5927654f..3805f98b 100644
--- a/src/modlistviewactions.h
+++ b/src/modlistviewactions.h
@@ -13,6 +13,7 @@ class MainWindow;
class ModListView;
class PluginListView;
class OrganizerCore;
+class DownloadManager;
class ModListViewActions : public QObject
{
@@ -53,6 +54,10 @@ public:
void checkModsForUpdates() const;
void checkModsForUpdates(const QModelIndexList& indices) const;
+ // auto-assign categories based on nexus ID
+ //
+ void assignCategories() const;
+
// start the "Export Mod List" dialog
//
void exportModListCSV() const;