diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-02-19 22:48:25 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-02-19 22:48:25 (GMT) |
commit | 1f10c6be975a2d36c05d926b332b869ad6339877 (patch) | |
tree | c235ffdc5195351d24a30ef5f6b8e67f2627c2d0 /tools/qtestlib/wince/cetest/activesyncconnection.h | |
parent | 1a8fffa8cae5b4094adcd87bfc4cbc24599d7305 (diff) | |
parent | e9dedf5b10fcc25454d01a588d5000437cb46e12 (diff) | |
download | Qt-1f10c6be975a2d36c05d926b332b869ad6339877.zip Qt-1f10c6be975a2d36c05d926b332b869ad6339877.tar.gz Qt-1f10c6be975a2d36c05d926b332b869ad6339877.tar.bz2 |
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integration
* '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
Fixed off-by-one blending errors in the NEON drawhelper code.
Cetest extensions for Windows Mobile device power operations.
Remote lib extensions for Windows Mobile device power operations.
Diffstat (limited to 'tools/qtestlib/wince/cetest/activesyncconnection.h')
-rw-r--r-- | tools/qtestlib/wince/cetest/activesyncconnection.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/qtestlib/wince/cetest/activesyncconnection.h b/tools/qtestlib/wince/cetest/activesyncconnection.h index 1891514..4502fc7 100644 --- a/tools/qtestlib/wince/cetest/activesyncconnection.h +++ b/tools/qtestlib/wince/cetest/activesyncconnection.h @@ -79,6 +79,9 @@ public: bool createDirectory(const QString&, bool deleteBefore=false); bool execute(QString program, QString arguments = QString(), int timeout = -1, int *returnValue = NULL); + bool resetDevice(); + bool toggleDevicePower(int *returnValue = NULL); + bool setDeviceAwake(bool activate, int *returnValue = NULL); private: bool connected; }; |