https://bugs.kde.org/show_bug.cgi?id=437778
Albert Astals Cid <aa...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |NEEDSINFO Severity|major |normal Resolution|--- |WAITINGFORINFO --- Comment #2 from Albert Astals Cid <aa...@kde.org> --- Works fine for me in KArchive 5.82 (well when i made your code compile) auto dir1 = dir->entry("dir1"); needs to be auto dir1 = dynamic_cast<const KArchiveDirectory*>(dir->entry("dir1")); Can you please try in something newer? -- You are receiving this mail because: You are watching all bug changes.