diff options
Diffstat (limited to 'src/client/QXmppRemoteMethod.cpp')
| -rw-r--r-- | src/client/QXmppRemoteMethod.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/QXmppRemoteMethod.cpp b/src/client/QXmppRemoteMethod.cpp index 235a8bd6..9d57f49e 100644 --- a/src/client/QXmppRemoteMethod.cpp +++ b/src/client/QXmppRemoteMethod.cpp @@ -44,7 +44,7 @@ QXmppRemoteMethodResult QXmppRemoteMethod::call( ) // us to lose incoming packets QEventLoop loop(this); connect( this, SIGNAL(callDone()), &loop, SLOT(quit())); - QTimer::singleShot(30000,&loop, SLOT(quit())); // Timeout incase the other end hangs... + QTimer::singleShot(30000,&loop, SLOT(quit())); // Timeout in case the other end hangs... m_client->sendPacket( m_payload ); |
