diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 20:26:39 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 20:26:39 +0100 |
| commit | 8de7b79a2b211805a4ba348e490a7ab8eac15eef (patch) | |
| tree | 98dae2b10b0d4cd368fcc3346fefaffa73df1242 /src/modelutils.h | |
| parent | d96dcf02b131808a25045afc23667ed6a26274a6 (diff) | |
Move markers management for overwrite/overwritten to ModListView.
Diffstat (limited to 'src/modelutils.h')
| -rw-r--r-- | src/modelutils.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/modelutils.h b/src/modelutils.h index cb7c9394..e6510941 100644 --- a/src/modelutils.h +++ b/src/modelutils.h @@ -20,11 +20,6 @@ QModelIndexList indexModelToView(const QModelIndexList& index, const QAbstractIt QModelIndex indexViewToModel(const QModelIndex& index, const QAbstractItemModel* model); QModelIndexList indexViewToModel(const QModelIndexList& index, const QAbstractItemModel* model); -// retrieve the color of the children of the given index for the given, or an invalid -// color if the item is expanded or the children do not have colors for the given role -// -QColor childrenColor(const QModelIndex& index, QTreeView* view, int role); - } #endif |
