https://bugs.kde.org/show_bug.cgi?id=498990
Pino Toscano <p...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Latest Commit| |https://invent.kde.org/offi | |ce/calligra/-/commit/858f76 | |b82f22e0b4e25f12ea16af08fa6 | |0620835 Resolution|--- |FIXED --- Comment #3 from Pino Toscano <p...@kde.org> --- Git commit 858f76b82f22e0b4e25f12ea16af08fa60620835 by Pino Toscano. Committed on 16/02/2025 at 09:36. Pushed by pino into branch 'master'. sheets: fix conflict of Value(int) and Value(qsizetype) qsizetype is equivalent to ssize_t, meaning signed 32bit on 32bit architectures, and thus this overload conflicts with Value(qsizetype) version on 32bit architectures. Hence, to fix the issue disable Value(int) on 32bit architectures, as its job is already done by Value(qsizetype). Updates commit 99f4e507a96a98cb95a37f965c6453ca920f15e3. M +2 -0 sheets/engine/Value.cpp M +2 -0 sheets/engine/Value.h https://invent.kde.org/office/calligra/-/commit/858f76b82f22e0b4e25f12ea16af08fa60620835 -- You are receiving this mail because: You are watching all bug changes.