Skip to content
Commit 7d4e9d4f authored by Yuri Chornoivan's avatar Yuri Chornoivan
Browse files

Get rid of deprecated QModelIndex::child()

Summary:
QModelIndex::child() is obsolete

https://doc.qt.io/qt-5.13/qmodelindex-obsolete.html

This patch replaces it with QAbstractItemModel::index as recommended.

Test Plan:
1. Compile and install Ark.
2. Open some archive and try to rename an item in it.

Reviewers: #ark, elvisangelaccio

Reviewed By: #ark, elvisangelaccio

Subscribers: elvisangelaccio, kde-utils-devel

Tags: #ark

Differential Revision: https://phabricator.kde.org/D23254
parent 1edfc140
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment