Shallow search and lazy loading for Other Logs page

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad 2025-04-18 19:52:30 +01:00
parent a39edb3b59
commit d5db974008
No known key found for this signature in database
GPG key ID: 5E39D70B4C93C38E
7 changed files with 78 additions and 54 deletions

View file

@ -142,9 +142,7 @@ class MinecraftInstance : public BaseInstance {
/// guess log level from a line of minecraft log
MessageLevel::Enum guessLevel(const QString& line, MessageLevel::Enum level) override;
IPathMatcher::Ptr getLogFileMatcher() override;
QString getLogFileRoot() override;
QStringList getLogFileSearchPaths() override;
QString getStatusbarDescription() override;