summaryrefslogtreecommitdiff
path: root/src/modlistview.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-12-28 19:08:30 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-02 15:38:15 +0100
commite1ef7132ad719ee9e16acd0f7a2110021bc86e2f (patch)
tree0b123475d5984020a444a2e316e7cecade89a451 /src/modlistview.h
parenta7131a761e56cf92363e6e1412eccc8b200d002c (diff)
Revert to Qt default behavior for auto-collapse on hovering.
Diffstat (limited to 'src/modlistview.h')
-rw-r--r--src/modlistview.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/modlistview.h b/src/modlistview.h
index ab604b70..c6d42d2d 100644
--- a/src/modlistview.h
+++ b/src/modlistview.h
@@ -20,13 +20,8 @@ signals:
protected:
- // replace the auto-expand timer from QTreeView to avoid
- // auto-collapsing
- QBasicTimer m_openTimer;
-
bool m_inDragMoveEvent = false;
- void timerEvent(QTimerEvent* event) override;
void dragEnterEvent(QDragEnterEvent* event) override;
void dragMoveEvent(QDragMoveEvent* event) override;
void dropEvent(QDropEvent* event) override;