summaryrefslogtreecommitdiff
path: root/noncore/settings/sysinfo/benchmarkinfo.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/sysinfo/benchmarkinfo.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/sysinfo/benchmarkinfo.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/noncore/settings/sysinfo/benchmarkinfo.h b/noncore/settings/sysinfo/benchmarkinfo.h
index 3c5ca37..d143602 100644
--- a/noncore/settings/sysinfo/benchmarkinfo.h
+++ b/noncore/settings/sysinfo/benchmarkinfo.h
@@ -15,14 +15,17 @@
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
**********************************************************************/
#include <qwidget.h>
#include <qdialog.h>
+#include <qdict.h>
+#include <qstringlist.h>
class QClipboard;
+class QComboBox;
class QCheckListItem;
class QPushButton;
class QListView;
class BenchmarkInfo : public QWidget
{
@@ -45,20 +48,22 @@ public:
bool sd_rd;
bool sd_wt;
bool cf_rd;
bool cf_wt;
QClipboard* clb;
-
+ QComboBox* machineCombo;
QListView* tests;
QPushButton* startButton;
+ QDict <QStringList> machines;
int textRendering( int );
int gfxRendering( int );
void performFileTest( const QString& fname, QCheckListItem* item );
private slots:
bool writeFile( const QString& );
bool readFile( const QString& );
void run();
+ void machineActivated( int );
};