https://bugs.kde.org/show_bug.cgi?id=403630
Kevin Kofler <kevin.kof...@chello.at> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kevin.kof...@chello.at --- Comment #2 from Kevin Kofler <kevin.kof...@chello.at> --- So let me repost https://bugzilla.redhat.com/show_bug.cgi?id=1669800#c2 here too: For posterity, as I wrote on IRC: + QMap< QString, QHash<QString, int> > models; There's still a QHash left in there. I'd suggest doing as I had suggested in the original https://bugzilla.redhat.com/show_bug.cgi?id=1262746#c12 and do a global sed search&replace: sed -i -e 's/QHash/QMap/g' data/parsetrigrams.cpp but if you insist on the patch for some reason, make sure you really replace ALL instances of QHash with QMap. -- You are receiving this mail because: You are watching all bug changes.