diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-11 18:15:38 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-11 18:15:38 +0100 |
| commit | a7e6f9a5a8c5bbafbb3f4625c1d2151dab96d46b (patch) | |
| tree | 686f6043ed9be1434b36d5e3cca4ef8877bbd83c /src/modlistbypriorityproxy.h | |
| parent | 1dc2b225485a073d82e08a9820493086b2dda8b8 (diff) | |
Remove dead code.
Diffstat (limited to 'src/modlistbypriorityproxy.h')
| -rw-r--r-- | src/modlistbypriorityproxy.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modlistbypriorityproxy.h b/src/modlistbypriorityproxy.h index 5cd66c62..74ecc942 100644 --- a/src/modlistbypriorityproxy.h +++ b/src/modlistbypriorityproxy.h @@ -38,7 +38,6 @@ public: int columnCount(const QModelIndex& index) const override; bool hasChildren(const QModelIndex& parent) const override; - bool setData(const QModelIndex& index, const QVariant& value, int role) override; bool canDropMimeData(const QMimeData* data, Qt::DropAction action, int row, int column, const QModelIndex& parent) const override; bool dropMimeData(const QMimeData* data, Qt::DropAction action, int row, int column, const QModelIndex& parent) override; @@ -79,7 +78,6 @@ private: TreeItem m_Root; std::map<unsigned int, TreeItem*> m_IndexToItem; - std::set<QString> m_CollapsedItems; private: OrganizerCore& m_core; |
