diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-07 19:47:31 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-10 10:27:30 +0100 |
| commit | 5765439c7cff4e314a0c5732432bdb7b20e91efd (patch) | |
| tree | f4cc8bcf32876b4850b69c6ec1929061676c5979 /src/modlistview.h | |
| parent | 183440d6949578c2c626022d42ee412919a19552 (diff) | |
Alt+Click select/deselect the rows below from a separator.
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 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:
|
