fix: take JavaCheckResult by const reference
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
@ -43,7 +43,7 @@ JavaVersion::JavaVersion(const QString &rhs)
|
||||
operator=(rhs);
|
||||
}
|
||||
|
||||
QString JavaVersion::toString()
|
||||
QString JavaVersion::toString() const
|
||||
{
|
||||
return m_string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user