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