Fixed some codeql warnings
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
7317105e4d
commit
5afe75e821
11 changed files with 15 additions and 16 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue