a4a7daf069
In order to make room for the up-to-date version of the KDE Desktop and its applications move the KDE Application ports based on Qt4. PR: 225992 Exp-run by: antoine Reviewed by: rakuco, adridg Differential Revision: https://reviews.freebsd.org/D14413
12 lines
455 B
C++
12 lines
455 B
C++
* 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();
|