mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-04 20:36:58 +03:00
fix formatting
Signed-off-by: maskers <97827489+mskrss@users.noreply.github.com>
(cherry picked from commit 858f6aa9b8)
This commit is contained in:
parent
cf8a82e78a
commit
db35f47105
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ constexpr int MaxMclogsLines = 25000;
|
|||
constexpr int InitialMclogsLines = 10000;
|
||||
constexpr int FinalMclogsLines = 14900;
|
||||
|
||||
QString truncateLogForMclogs(const QString &logContent)
|
||||
QString truncateLogForMclogs(const QString& logContent)
|
||||
{
|
||||
QStringList lines = logContent.split("\n");
|
||||
if (lines.size() > MaxMclogsLines) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue