mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
someone's typo
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
535eafadde
commit
ed70fd69d2
1 changed files with 1 additions and 1 deletions
|
@ -1405,7 +1405,7 @@ bool QAbstractSocket::waitForConnected(int msecs)
|
|||
d->_q_startConnecting(QHostInfo::fromName(d->hostName));
|
||||
}
|
||||
if (state() == UnconnectedState)
|
||||
return false; // connect not im progress anymore!
|
||||
return false; // connect not in progress anymore!
|
||||
|
||||
bool timedOut = true;
|
||||
#if defined (QABSTRACTSOCKET_DEBUG)
|
||||
|
|
Loading…
Add table
Reference in a new issue