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

Arjen Hiemstra <ahiems...@heimr.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED
      Latest Commit|                            |https://invent.kde.org/plas
                   |                            |ma/ksystemstats/-/commit/6b
                   |                            |d39bbe1ce2b0e9bdb7e499bd54f
                   |                            |3b212c7669e

--- Comment #5 from Arjen Hiemstra <ahiems...@heimr.nl> ---
Git commit 6bd39bbe1ce2b0e9bdb7e499bd54f3b212c7669e by Arjen Hiemstra, on
behalf of Henry Hu.
Committed on 09/01/2025 at 11:28.
Pushed by ahiemstra into branch 'master'.

Fix buffer memory reporting

We can't use 'uint64_t' here, because it's mapped to 'ulong' Qt type,
which is not registered in Qt DBus type system. On the other hand,
'unsigned long long' is okay, because it maps to 'qulonglong', which
maps to DBus type 'uint64', which is what we want.
See https://doc.qt.io/qt-6/qdbustypesystem.html for details.

M  +2    -1    plugins/memory/freebsdbackend.cpp

https://invent.kde.org/plasma/ksystemstats/-/commit/6bd39bbe1ce2b0e9bdb7e499bd54f3b212c7669e

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

Reply via email to