Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Liniyous/ElaWidgetTools
/ appendLogList
Method
appendLogList
ElaWidgetToolsExample/ModelView/T_LogModel.cpp:33–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
void T_LogModel::appendLogList(QString log)
34
{
35
beginResetModel();
36
this->_logList.append(log);
37
endResetModel();
38
}
39
40
QStringList T_LogModel::getLogList() const
41
{
Callers
1
T_LogWidget
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected