In Qt 5.8.0, "QModelIndex::child has been deprecated due to its lack of generality. Use model->index(row, column, index) instead." This causes a lot of -Wdeprecated-declarations spam when compiling.
Trivial search-and-replace with the suggested equivalent.