summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-12-29 01:35:02 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-02 15:38:15 +0100
commitd979e60aed14b368ac9badf0b88c06f61c17893b (patch)
treee9b3357349da605308014bae9a28f0836997b655 /src/mainwindow.h
parent7a65cc64885724c409f2deadaac925c66a9b00ee (diff)
Fix automatic refresh of the collapsible separator proxy.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 61a8b5e3..8dd72174 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -610,10 +610,6 @@ private slots: // ui slots
void setupModList();
void updateModListByPriorityProxy();
-
- // map index from the modlist view to the modlist model, handling proxy
- QModelIndex modViewIndexToModel(const QModelIndex& index) const;
- QModelIndex modModelIndexToView(const QModelIndex& index) const;
};
#endif // MAINWINDOW_H