Fixed some codeql warnings

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2024-01-30 12:37:34 +02:00
parent 7317105e4d
commit 5afe75e821
11 changed files with 15 additions and 16 deletions

View File

@ -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;