refactor(MessageLevel): move and rename 'FromLine*' functions

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers
2025-12-11 04:41:29 -07:00
parent d1b6d7c402
commit 28d27d4f19
4 changed files with 10 additions and 10 deletions

View File

@@ -285,7 +285,7 @@ void OtherLogsPage::reload()
QString lineTemp = line; // don't edit out the time and level for clarity
if (!m_instance) {
level = messageLevelFromLauncherLine(lineTemp);
level = MessageLevel::takeFromLauncherLine(lineTemp);
} else {
level = LogParser::guessLevel(line, last);
}