MCPcopy 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
56QString 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
64void LogModel::clear()
65{

Callers 1

LogListMethod · 0.80

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected