fix: take JavaCheckResult by const reference
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
9d5818916a
commit
a545f67a21
4 changed files with 8 additions and 8 deletions
|
@ -43,7 +43,7 @@ JavaVersion::JavaVersion(const QString &rhs)
|
|||
operator=(rhs);
|
||||
}
|
||||
|
||||
QString JavaVersion::toString()
|
||||
QString JavaVersion::toString() const
|
||||
{
|
||||
return m_string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue