summaryrefslogtreecommitdiff
path: root/x11/kde-workspace-kde4/files/patch-ksysguard_gui_ksysguard.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kde-workspace-kde4/files/patch-ksysguard_gui_ksysguard.h')
-rw-r--r--x11/kde-workspace-kde4/files/patch-ksysguard_gui_ksysguard.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/kde-workspace-kde4/files/patch-ksysguard_gui_ksysguard.h b/x11/kde-workspace-kde4/files/patch-ksysguard_gui_ksysguard.h
new file mode 100644
index 000000000000..8afa4d9b3225
--- /dev/null
+++ b/x11/kde-workspace-kde4/files/patch-ksysguard_gui_ksysguard.h
@@ -0,0 +1,12 @@
+* Add the detailed setMemInfo used in ksysguard.cpp
+*
+--- ksysguard/gui/ksysguard.h.orig 2015-06-26 03:17:21 UTC
++++ ksysguard/gui/ksysguard.h
+@@ -77,6 +77,7 @@ class TopLevel : public KXmlGuiWindow, p
+ void configureCurrentSheet();
+
+ private:
++ void setMemInfo( qlonglong, qlonglong, qlonglong, const QString& );
+ void setSwapInfo( qlonglong, qlonglong, const QString& );
+ void changeEvent( QEvent * event );
+ void retranslateUi();