Revert "name changes"

This reverts commit b40e5e34bc.

bad commit
This commit is contained in:
PYRET1C 2023-05-19 17:06:10 +05:30
parent b40e5e34bc
commit d3233dbc03
6 changed files with 9 additions and 13 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::NEW_WIRE:
case RsWireEventCode::FOLLOW_STATUS_CHANGED:
refreshGroups();
break;
default:
@ -1058,16 +1058,12 @@ 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());
}
}