From 0f8e28c12e469870992158896963ee2faa40c239 Mon Sep 17 00:00:00 2001 From: Jesper Schmitz Mouridsen Date: Thu, 28 Mar 2019 17:59:33 +0000 Subject: Upgrade the LXQt desktop environment to 0.14.0 Upstream announcement https://forum.lxqt.org/t/release-lxqt-0-14-0/572 Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D19056 --- sysutils/libsysstat/files/patch-cpustat__p.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sysutils/libsysstat/files/patch-cpustat__p.h') diff --git a/sysutils/libsysstat/files/patch-cpustat__p.h b/sysutils/libsysstat/files/patch-cpustat__p.h index 3b7d44490d46..74f5c82c9ad0 100644 --- a/sysutils/libsysstat/files/patch-cpustat__p.h +++ b/sysutils/libsysstat/files/patch-cpustat__p.h @@ -1,4 +1,4 @@ ---- cpustat_p.h.orig 2018-07-28 14:34:10 UTC +--- cpustat_p.h.orig 2019-01-30 19:24:29 UTC +++ cpustat_p.h @@ -27,6 +27,9 @@ #ifndef LIBSYSSTAT__CPU_STAT__PRIVATE__INCLUDED @@ -10,7 +10,7 @@ #include #include -@@ -52,8 +55,13 @@ public: +@@ -52,8 +55,13 @@ class CpuStatPrivate : public BaseStatPrivate (public) CpuStat::Monitoring monitoring() const; void setMonitoring(CpuStat::Monitoring value); @@ -24,7 +24,7 @@ signals: void update(float user, float nice, float system, float other); -@@ -74,12 +82,21 @@ private: +@@ -74,12 +82,21 @@ private slots: (private) { Values(); @@ -46,7 +46,7 @@ void sum(); -@@ -89,7 +106,13 @@ private: +@@ -89,7 +106,13 @@ private slots: (private) CpuStat::Monitoring mMonitoring; -- cgit v1.2.3