fix: take JavaCheckResult by const reference

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu committed 2023-08-02 18:35:07 +02:00
1 parent 9d5818916a
commit a545f67a21
4 files changed
+8 -8

No files matched your search

+1 -1
View File
@@ -43,7 +43,7 @@ JavaVersion::JavaVersion(const QString &rhs)
operator=(rhs);
}
QString JavaVersion::toString()
QString JavaVersion::toString() const
{
return m_string;
}