summaryrefslogtreecommitdiffstats
path: root/old/libqsystemtest/symbiantestcontrol.h
diff options
context:
space:
mode:
Diffstat (limited to 'old/libqsystemtest/symbiantestcontrol.h')
-rw-r--r--old/libqsystemtest/symbiantestcontrol.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/old/libqsystemtest/symbiantestcontrol.h b/old/libqsystemtest/symbiantestcontrol.h
new file mode 100644
index 0000000..2b273ab
--- /dev/null
+++ b/old/libqsystemtest/symbiantestcontrol.h
@@ -0,0 +1,22 @@
+#ifndef SYMBIANTESTCONTROL_H
+#define SYMBIANTESTCONTROL_H
+
+#include "testcontrol.h"
+
+namespace Qt4Test {
+class SymbianTestControl : public TestControl
+{
+ Q_OBJECT
+public:
+ SymbianTestControl();
+ virtual ~SymbianTestControl();
+
+ bool deviceConfiguration( QString &reply );
+
+ bool startApplication( const QString &application, const QStringList &arguments,
+ bool styleQtUITest, const QStringList &environment, QString &reply );
+ bool killApplication( const QString &application, QString &reply );
+};
+}
+
+#endif // SYMBIANTESTCONTROL_H