equal
deleted
inserted
replaced
2309 void QFtpPrivate::_q_piError(int errorCode, const QString &text) |
2309 void QFtpPrivate::_q_piError(int errorCode, const QString &text) |
2310 { |
2310 { |
2311 Q_Q(QFtp); |
2311 Q_Q(QFtp); |
2312 |
2312 |
2313 if (pending.isEmpty()) { |
2313 if (pending.isEmpty()) { |
2314 qWarning() << "QFtpPrivate::_q_piError was called without pending command!"; |
2314 qWarning("QFtpPrivate::_q_piError was called without pending command!"); |
2315 return; |
2315 return; |
2316 } |
2316 } |
2317 |
2317 |
2318 QFtpCommand *c = pending.first(); |
2318 QFtpCommand *c = pending.first(); |
2319 |
2319 |