summaryrefslogtreecommitdiffstats
path: root/old/libqsystemtest/meegotestcontrol.cpp
blob: 2cfef89af07767ada3ca7b9c829b1c5918016097 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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;
}