Fixed some codeql warnings
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@@ -24,9 +24,9 @@ class JavaVersion {
|
||||
bool operator==(const JavaVersion& rhs);
|
||||
bool operator>(const JavaVersion& rhs);
|
||||
|
||||
bool requiresPermGen();
|
||||
bool requiresPermGen() const;
|
||||
|
||||
bool isModular();
|
||||
bool isModular() const;
|
||||
|
||||
QString toString() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user