summaryrefslogtreecommitdiff
path: root/noncore/settings/sysinfo/benchmarkinfo.h
authorschurig <schurig>2004-09-10 06:10:18 (UTC)
committer schurig <schurig>2004-09-10 06:10:18 (UTC)
commit931d699302619ac6472aca4b893d8a8bd188f040 (patch) (unidiff)
tree01c9d454e79d88124714f1ec1ce07b9f08117d0a /noncore/settings/sysinfo/benchmarkinfo.h
parent317734f41201bf25fa3a1b38c2867bb9557053b9 (diff)
downloadopie-931d699302619ac6472aca4b893d8a8bd188f040.zip
opie-931d699302619ac6472aca4b893d8a8bd188f040.tar.gz
opie-931d699302619ac6472aca4b893d8a8bd188f040.tar.bz2
disable SD and CF speed test on MNCI
change millibit to MegaByte (mb -> MB) change kilobit to Kilobyte (kb -> kB)
Diffstat (limited to 'noncore/settings/sysinfo/benchmarkinfo.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/sysinfo/benchmarkinfo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/settings/sysinfo/benchmarkinfo.h b/noncore/settings/sysinfo/benchmarkinfo.h
index 3b0a33c..4d61717 100644
--- a/noncore/settings/sysinfo/benchmarkinfo.h
+++ b/noncore/settings/sysinfo/benchmarkinfo.h
@@ -41,13 +41,17 @@ public:
41 Opie::Ui::OCheckListItem* test_gfx; 41 Opie::Ui::OCheckListItem* test_gfx;
42 Opie::Ui::OCheckListItem* test_ram; 42 Opie::Ui::OCheckListItem* test_ram;
43#ifndef QT_QWS_RAMSES
43 Opie::Ui::OCheckListItem* test_sd; 44 Opie::Ui::OCheckListItem* test_sd;
44 Opie::Ui::OCheckListItem* test_cf; 45 Opie::Ui::OCheckListItem* test_cf;
46#endif
45 47
46 bool main_rd; 48 bool main_rd;
47 bool main_wt; 49 bool main_wt;
50#ifndef QT_QWS_RAMSES
48 bool sd_rd; 51 bool sd_rd;
49 bool sd_wt; 52 bool sd_wt;
50 bool cf_rd; 53 bool cf_rd;
51 bool cf_wt; 54 bool cf_wt;
55#endif
52 56
53 QClipboard* clb; 57 QClipboard* clb;