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 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
//