mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 07:24:58 -04:00
fixed MacOSX-Qt5 build
This commit is contained in:
@ -20,7 +20,7 @@ QModelIndex ActionsGroupsModel::index(int row, int column, const QModelIndex &pa
|
||||
if (!hasIndex(row, column, parent))
|
||||
return QModelIndex();
|
||||
|
||||
return createIndex(row, column, &groups.at(row).getActions());
|
||||
return createIndex(row, column);
|
||||
}
|
||||
|
||||
QVariant ActionsGroupsModel::data(const QModelIndex &index, int role) const
|
||||
|
Reference in New Issue
Block a user