Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChiyukiGana/Quickinput
/ msgViewAdd
Method
msgViewAdd
source/src/type.h:183–186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
if (msgView)
182
{
183
MsgViewInfo info;
184
info.text = text;
185
QApplication::postEvent(msgView, new MsgViewEvent(MsgViewEvent::Type::setText, info));
186
}
187
}
188
void msgViewAdd(const MsgViewInfo& info) const
189
{
Callers
1
ActionInterpreter
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected