src/network/access/qftp.cpp
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
equal deleted inserted replaced
27:93b982ccede2 31:5daf16870df6
  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