summaryrefslogtreecommitdiffstats
path: root/old/libqsystemtest/symbiantestcontrol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'old/libqsystemtest/symbiantestcontrol.cpp')
-rw-r--r--old/libqsystemtest/symbiantestcontrol.cpp31
1 files changed, 31 insertions, 0 deletions
diff --git a/old/libqsystemtest/symbiantestcontrol.cpp b/old/libqsystemtest/symbiantestcontrol.cpp
new file mode 100644
index 0000000..d1586bc
--- /dev/null
+++ b/old/libqsystemtest/symbiantestcontrol.cpp
@@ -0,0 +1,31 @@
+#include "symbiantestcontrol.h"
+
+using namespace Qt4Test;
+
+SymbianTestControl::SymbianTestControl()
+ : TestControl()
+{
+
+}
+
+SymbianTestControl::~SymbianTestControl()
+{
+
+}
+
+bool SymbianTestControl::deviceConfiguration( QString &reply )
+{
+ return false;
+}
+
+bool SymbianTestControl::startApplication( const QString &application, const QStringList &arguments,
+ bool styleQtUITest, const QStringList &environment, QString &reply )
+{
+ return false;
+}
+
+bool SymbianTestControl::killApplication( const QString &application, QString &reply )
+{
+ return false;
+}
+