mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-06 19:01:21 +03:00
Created masterproxylist class
This commit is contained in:
parent
2bc56d0b5c
commit
7389507eb5
7 changed files with 41 additions and 9 deletions
|
@ -9,9 +9,7 @@ PluginsProxyModel::~PluginsProxyModel()
|
|||
{
|
||||
}
|
||||
|
||||
QVariant PluginsProxyModel::headerData(int section, Qt::Orientation orientation, int role) const
|
||||
QVariant PluginsProxyModel::data(const QModelIndex &index, int role) const
|
||||
{
|
||||
//if (orientation != Qt::Vertical || role != Qt::DisplayRole)
|
||||
return QSortFilterProxyModel::headerData(section, orientation, role);
|
||||
// return section + 1;
|
||||
return QSortFilterProxyModel::data (index, role);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue