Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModOrganizer2/modorganizer
/ formattedMessage
Method
formattedMessage
src/loglist.cpp:56–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
QString LogModel::formattedMessage(const QModelIndex& index) const
57
{
58
if (!index.isValid()) {
59
return
""
;
60
}
61
return QString::fromStdString(m_entries[index.row()].formattedMessage);
62
}
63
64
void LogModel::clear()
65
{
Callers
1
LogList
Method · 0.80
Calls
1
isValid
Method · 0.45
Tested by
no test coverage detected