diff options
Diffstat (limited to 'tools/qtestlib/wince/cetest/remoteconnection.h')
-rw-r--r-- | tools/qtestlib/wince/cetest/remoteconnection.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/qtestlib/wince/cetest/remoteconnection.h b/tools/qtestlib/wince/cetest/remoteconnection.h index 9c3e63d..f517009 100644 --- a/tools/qtestlib/wince/cetest/remoteconnection.h +++ b/tools/qtestlib/wince/cetest/remoteconnection.h @@ -79,4 +79,6 @@ public: virtual bool execute(QString program, QString arguments = QString(), int timeout = -1, int *returnValue = NULL) = 0; }; +QByteArray strwinerror(DWORD); + #endif |