https://bugs.kde.org/show_bug.cgi?id=452048
Ahmad Samir <a.samir...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |a.samir...@gmail.com --- Comment #1 from Ahmad Samir <a.samir...@gmail.com> --- Good catch. I don't think it's a bug in QVariant or KConfig; AFAICS, the deduced template type is int, and the value is to big for an int (KIO::filesize_t is usigned long long), so QVariant returns 0 (I couldn't follow the code to verify this, I got lost in the forest of templates in QVariant). The correct fix is indeed passing the correct type to readEntry() to get the correct type back. About the issue you got, I'll tell Sysadmin team, hopefully they can help you with that issue. -- You are receiving this mail because: You are watching all bug changes.