summaryrefslogtreecommitdiff
path: root/src/modlistview.h
diff options
context:
space:
mode:
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;