summaryrefslogtreecommitdiff
path: root/src/modlistview.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2021-01-03 01:44:39 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-03 01:44:39 +0100
commite96a1f3ced974b5d1b02907bf9feabca97d2baa9 (patch)
treecce4230f65796a2a19656021b06072f096328ffc /src/modlistview.h
parentc8eb3f6e052852fc8440efe2f8257119a714789e (diff)
Fix indentation of indicators branches when using collapsible separators.
Diffstat (limited to 'src/modlistview.h')
-rw-r--r--src/modlistview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modlistview.h b/src/modlistview.h
index c11c4fbf..b7d641ea 100644
--- a/src/modlistview.h
+++ b/src/modlistview.h
@@ -155,6 +155,8 @@ protected:
bool toggleSelectionState();
bool copySelection();
+ void drawBranches(QPainter* painter, const QRect& rect, const QModelIndex& index) const override;
+
void timerEvent(QTimerEvent* event) override;
void dragEnterEvent(QDragEnterEvent* event) override;
void dragMoveEvent(QDragMoveEvent* event) override;