fix: take JavaCheckResult by const reference
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
@ -25,7 +25,7 @@ public:
|
||||
|
||||
bool requiresPermGen();
|
||||
|
||||
QString toString();
|
||||
QString toString() const;
|
||||
|
||||
int major()
|
||||
{
|
||||
|
Reference in New Issue
Block a user