• 丁劲犇's avatar
    sloved a serious bug in 7*24 stability test. A signal and a slot passing · bc1f3eb5
    丁劲犇 提交于
    const QByteArray & type paras, will cause lift cycle problems. using Value-pass instead.
    ----
    QString, QByteArray supports ref-count and auto-delete , also, these classes support
    least-copying, deep-copy will only take place, when the data is about to be changed.
    so, in singnals and slots, using QString, QByteArray instead of const QString & and const QByteArray & ,
    will not cause performance problem.
    bc1f3eb5
zp_netlistenthread.cpp 1.9 KB