diff options
author | Jesper Schmitz Mouridsen <jsm@FreeBSD.org> | 2019-03-28 17:59:33 +0000 |
---|---|---|
committer | Jesper Schmitz Mouridsen <jsm@FreeBSD.org> | 2019-03-28 17:59:33 +0000 |
commit | 0f8e28c12e469870992158896963ee2faa40c239 (patch) | |
tree | 2e9eaf3c10f8a452ca373d484cab9d6c2788cc79 /sysutils/libsysstat/files/patch-cpustat__p.h | |
parent | Update distinfo to Python 3.5.7 (diff) |
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
Notes
Notes:
svn path=/head/; revision=497047
Diffstat (limited to 'sysutils/libsysstat/files/patch-cpustat__p.h')
-rw-r--r-- | sysutils/libsysstat/files/patch-cpustat__p.h | 8 |
1 files changed, 4 insertions, 4 deletions
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 <QtCore/QObject> #include <QtCore/QtGlobal> -@@ -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; |