Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Apr 8, 2024
1 parent b516f7a commit 3569295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/printablereport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void PrintableReport::writeError(const ErrorItem &error)
mFormattedReport += "\n";
}

QString PrintableReport::getFormattedReportText() const
const QString& PrintableReport::getFormattedReportText() const
{
return mFormattedReport;
}
Expand Down

0 comments on commit 3569295

Please sign in to comment.