summaryrefslogtreecommitdiff
path: root/src/modlistview.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2021-01-07 19:47:31 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-10 10:27:30 +0100
commit5765439c7cff4e314a0c5732432bdb7b20e91efd (patch)
treef4cc8bcf32876b4850b69c6ec1929061676c5979 /src/modlistview.h
parent183440d6949578c2c626022d42ee412919a19552 (diff)
Alt+Click select/deselect the rows below from a separator.
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 af4e83c0..08ecd935 100644
--- a/src/modlistview.h
+++ b/src/modlistview.h
@@ -161,6 +161,7 @@ protected:
void dragEnterEvent(QDragEnterEvent* event) override;
void dragMoveEvent(QDragMoveEvent* event) override;
void dropEvent(QDropEvent* event) override;
+ void mousePressEvent(QMouseEvent* event) override;
bool event(QEvent* event) override;
protected slots: