Skip to content

plugins/pressure: Use ulonglong for storing "total" time information

Arjen Hiemstra requested to merge work/ahiemstra/pressuredatatype into master
  • plugins/pressure: Use longlong for storing "total" time information

Using long unsigned int leads to issues with recent libdbus/Qt that cause ksystemstats to abort with an error about "ulong" not being a recognised type. To avoid that, use a type that we already use in other places.

Merge request reports

Loading