pjrinaldi / wombatforensics

linux c++, fox-toolkit, multi-threaded forensic gui tool
GNU General Public License v2.0
47 stars 12 forks source link

Save Tree - Deprecated index.child(r,c) #358

Closed pjrinaldi closed 1 year ago

pjrinaldi commented 3 years ago

For Save Tree, the index.child(r,c) is deprecated.

need to replace with QModelIndex &child = model.index(i, 0, index)

pjrinaldi commented 3 years ago

I'll work on removing this deprecated function later... been away from the code for too long and not ready to address this just yet before the v0.4 release.