diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-12-31 23:36:14 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 15:38:18 +0100 |
| commit | 87dac464d9ec488737b16839b0f06586eadb837e (patch) | |
| tree | 3502cdcef4e27742f3b3ae1031371dafb15b2714 /src/modlistview.h | |
| parent | fff41be8455e588d181c7349678dff6fe29be76b (diff) | |
Fix position of markers in scrollbar for non-flat models.
Diffstat (limited to 'src/modlistview.h')
| -rw-r--r-- | src/modlistview.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/modlistview.h b/src/modlistview.h index 098466bc..c0d96f3f 100644 --- a/src/modlistview.h +++ b/src/modlistview.h @@ -124,11 +124,6 @@ protected: QModelIndex nextIndex(const QModelIndex& index) const;
QModelIndex prevIndex(const QModelIndex& index) const;
- // all index for the given model under the given index, recursively
- //
- QModelIndexList allIndex(
- const QAbstractItemModel* model, int column = 0, const QModelIndex& index = QModelIndex()) const;
-
// re-implemented to fake the return value to allow drag-and-drop on
// itself for separators
//
|
