diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 16:29:10 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 16:29:10 +0100 |
| commit | 22810ccbba530a9dfa679437c703fc860a891060 (patch) | |
| tree | e40f9ae98e91471acb82cdb5c508252097450c8c /src/modlistview.h | |
| parent | 740c383f632712e378c7cfbafea6414a23f58e09 (diff) | |
Add Ctrl+C to copy the current selection of mod in the mod list.
Diffstat (limited to 'src/modlistview.h')
| -rw-r--r-- | src/modlistview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modlistview.h b/src/modlistview.h index 92b53960..d67f2940 100644 --- a/src/modlistview.h +++ b/src/modlistview.h @@ -149,6 +149,7 @@ protected: bool moveSelection(int key);
bool removeSelection();
bool toggleSelectionState();
+ bool copySelection();
void timerEvent(QTimerEvent* event) override;
void dragEnterEvent(QDragEnterEvent* event) override;
|
