diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2021-12-24 17:54:55 -0600 |
|---|---|---|
| committer | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2023-09-21 17:24:57 -0500 |
| commit | b9f05672b9692c96d39b8ff27e571a30cb82cd44 (patch) | |
| tree | bc70062f89132142c6d513ed3dffe902f10b3caf /src/modlistviewactions.h | |
| parent | 535623693e63569f485c15984274ea65c4d0c872 (diff) | |
Allow remapping category from context menu
Diffstat (limited to 'src/modlistviewactions.h')
| -rw-r--r-- | src/modlistviewactions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modlistviewactions.h b/src/modlistviewactions.h index 3805f98b..ad20e784 100644 --- a/src/modlistviewactions.h +++ b/src/modlistviewactions.h @@ -98,6 +98,7 @@ public: void setTracked(const QModelIndexList& indices, bool tracked) const; void setEndorsed(const QModelIndexList& indices, bool endorsed) const; void willNotEndorsed(const QModelIndexList& indices) const; + void remapCategory(const QModelIndexList& indices) const; // set/reset color of the given selection, using the given reference index (index // at which the context menu was shown) |
