name changes

name changes
This commit is contained in:
PYRET1C 2023-05-19 17:00:50 +05:30
parent 726c42852c
commit b40e5e34bc
6 changed files with 13 additions and 9 deletions

View file

@ -127,7 +127,7 @@ void WireDialog::handleEvent_main_thread(std::shared_ptr<const RsEvent> event)
case RsWireEventCode::POST_UPDATED:
refreshGroups();
break;
case RsWireEventCode::FOLLOW_STATUS_CHANGED:
case RsWireEventCode::NEW_WIRE:
refreshGroups();
break;
default:
@ -1058,12 +1058,16 @@ void WireDialog::postGroupsPulses(std::list<RsWirePulseSPtr> pulses)
std::cerr << std::endl;
continue;
}
std::cerr << "This is mMeta.mMsgId : " << reply->mMeta.mMsgId;
std::cerr << std::endl;
std::cerr << "This is mMeta.mMsgName : " << reply->mMeta.mMsgName;
std::cerr << std::endl;
PulseReply *firstReply = new PulseReply(this, reply);
addTwitterView(firstReply);
firstReply->showReplyLine(false);
addTwitterView(firstReply);
firstReply->showReplyLine(false);
addTwitterView(new PulseReplySeperator());
addTwitterView(new PulseReplySeperator());
}
}