diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-16 13:22:20 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-16 13:29:36 +0100 |
| commit | 8fafcce33f1d5633cf1cb1acbb067fd485869bbf (patch) | |
| tree | 2fdcb2fc60767cf111b0dcc4d55c9e169b35c8ca /src/modlistviewactions.h | |
| parent | 899308b31d541e78a3e4395bf33cd66c5ec4f769 (diff) | |
Add send to last conflict action for modlist.
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 f1215cec..153d0d2b 100644 --- a/src/modlistviewactions.h +++ b/src/modlistviewactions.h @@ -62,6 +62,7 @@ public: void sendModsToBottom(const QModelIndexList& index) const; void sendModsToPriority(const QModelIndexList& index) const; void sendModsToSeparator(const QModelIndexList& index) const; + void sendModsToLastConflict(const QModelIndexList& index) const; // actions for most regular mods // |
