summaryrefslogtreecommitdiff
path: root/noncore/settings/sysinfo/sysinfo.cpp
Side-by-side diff
Diffstat (limited to 'noncore/settings/sysinfo/sysinfo.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/sysinfo/sysinfo.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/noncore/settings/sysinfo/sysinfo.cpp b/noncore/settings/sysinfo/sysinfo.cpp
index 5f7b527..fda6352 100644
--- a/noncore/settings/sysinfo/sysinfo.cpp
+++ b/noncore/settings/sysinfo/sysinfo.cpp
@@ -29,2 +29,3 @@
#include "modulesinfo.h"
+#include "benchmarkinfo.h"
#include "versioninfo.h"
@@ -54,2 +55,3 @@ SystemInfo::SystemInfo( QWidget *parent, const char *name, WFlags )
lay->addWidget( tab );
+
tab->addTab( new MemoryInfo( tab ), "sysinfo/memorytabicon", tr("Memory") );
@@ -64,2 +66,3 @@ SystemInfo::SystemInfo( QWidget *parent, const char *name, WFlags )
}
+ tab->addTab( new BenchmarkInfo( tab ), "sysinfo/benchmarktabicon", tr( "Benchmark" ) );
tab->addTab( new VersionInfo( tab ), "sysinfo/versiontabicon", tr("Version") );