Compatibility Members for QFtp

以下成员源于类 QFtp are part of the Qt compatibility layer. We advise against using them in new code.

公共函数

QFtp (QObject * parent , const char * name )
qint64 readBlock (char * data , quint64 maxlen )

成员函数文档编制

QFtp:: QFtp ( QObject * parent , const char * name )

Use one of the constructors that doesn't take the name argument and then use setObjectName () 代替。

qint64 QFtp:: readBlock ( char * data , quint64 maxlen )

使用 read () 代替。