summaryrefslogtreecommitdiff
path: root/src/modlistview.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2021-01-02 16:29:10 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-02 16:29:10 +0100
commit22810ccbba530a9dfa679437c703fc860a891060 (patch)
treee40f9ae98e91471acb82cdb5c508252097450c8c /src/modlistview.h
parent740c383f632712e378c7cfbafea6414a23f58e09 (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.h1
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;