https://bugs.kde.org/show_bug.cgi?id=498990

Pino Toscano <p...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|https://invent.kde.org/offi |https://invent.kde.org/offi
                   |ce/calligra/-/commit/858f76 |ce/calligra/-/commit/c26259
                   |b82f22e0b4e25f12ea16af08fa6 |c424210066c19e953a6dda12a45
                   |0620835                     |29408a9

--- Comment #4 from Pino Toscano <p...@kde.org> ---
Git commit c26259c424210066c19e953a6dda12a4529408a9 by Pino Toscano.
Committed on 16/02/2025 at 09:41.
Pushed by pino into branch 'release/24.12'.

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.
(cherry picked from commit 858f76b82f22e0b4e25f12ea16af08fa60620835)

M  +2    -0    sheets/engine/Value.cpp
M  +2    -0    sheets/engine/Value.h

https://invent.kde.org/office/calligra/-/commit/c26259c424210066c19e953a6dda12a4529408a9

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to