https://bugs.kde.org/show_bug.cgi?id=487370
--- Comment #10 from caulier.gil...@gmail.com --- This can be also a side effect of my C++17 commits. Typicality my change uses the pre-init in declaration, instead the contructors init. Possible side effect of my changes is the equality operator init used instead the constructor. for ex the ThumbnailSize class need the constructor to be initialized with an integer value. I also dropped the class init with empty argument constructor, as it used by default (normally). Gilles -- You are receiving this mail because: You are watching all bug changes.