fix:Address the issue where ownID may not be displayed.
This commit is contained in:
@@ -94,6 +94,7 @@ void ClientCore::UseFrame(QSharedPointer<FrameBuffer> frame)
|
||||
ownID_ = frame->data;
|
||||
GlobalData::Ins()->SetLocalID(ownID_);
|
||||
qInfo() << QString(tr("own id: %1")).arg(ownID_);
|
||||
emit sigYourId(frame);
|
||||
break;
|
||||
}
|
||||
case FrameBufferType::FBT_CLI_ANS_DIRFILE: {
|
||||
|
||||
Reference in New Issue
Block a user