diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-07-29 11:00:33 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2023-08-02 18:35:07 +0200 |
commit | a545f67a211173ae0649e7dda59e1e0fecb2e160 (patch) | |
tree | 04e5fb483de087055f4a8d3fe1aea8676b490beb /launcher/java/JavaVersion.h | |
parent | 9d5818916af39b32f64e20381a4530efa6247e38 (diff) | |
download | PrismLauncher-a545f67a211173ae0649e7dda59e1e0fecb2e160.tar.gz PrismLauncher-a545f67a211173ae0649e7dda59e1e0fecb2e160.tar.bz2 PrismLauncher-a545f67a211173ae0649e7dda59e1e0fecb2e160.zip |
fix: take JavaCheckResult by const reference
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'launcher/java/JavaVersion.h')
-rw-r--r-- | launcher/java/JavaVersion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/java/JavaVersion.h b/launcher/java/JavaVersion.h index 9bbf0642..c051a794 100644 --- a/launcher/java/JavaVersion.h +++ b/launcher/java/JavaVersion.h @@ -25,7 +25,7 @@ public: bool requiresPermGen(); - QString toString(); + QString toString() const; int major() { |