diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2018-08-16 14:32:28 -0500 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2018-08-16 14:32:28 -0500 |
| commit | c27e718fbdb3355bb75a92e8773afebb7d9c69a5 (patch) | |
| tree | 3fb127e98ecbcbad21c28e6e56191f5bce2bf4c0 /src/modlist.h | |
| parent | 43b2df9077db98475af6ab613cf7eaf301f84879 (diff) | |
Add "enable/disable selected" to mod list context menu
Diffstat (limited to 'src/modlist.h')
| -rw-r--r-- | src/modlist.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modlist.h b/src/modlist.h index 2db98bd1..15376ed5 100644 --- a/src/modlist.h +++ b/src/modlist.h @@ -170,6 +170,10 @@ public slots: void dropModeUpdate(bool dropOnItems);
+ void enableSelected(const QItemSelectionModel *selectionModel);
+
+ void disableSelected(const QItemSelectionModel *selectionModel);
+
signals:
/**
|
