_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest
According Qt5 documentation QAbstractFileEngine was removed from public
API. I'm looking for replacement. Of course, I can implement it by
myself or use third-party implementation. But I don't know how to
integrate QFile, QDir, QFileInfo with third-party VFS implementation. Is
it possible?