mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
chore: update to cxx20
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
9565affa64
commit
29231e2038
4 changed files with 7 additions and 18 deletions
|
|
@ -20,9 +20,9 @@ class JavaVersion {
|
|||
|
||||
JavaVersion& operator=(const QString& rhs);
|
||||
|
||||
bool operator<(const JavaVersion& rhs);
|
||||
bool operator==(const JavaVersion& rhs);
|
||||
bool operator>(const JavaVersion& rhs);
|
||||
bool operator<(const JavaVersion& rhs) const;
|
||||
bool operator==(const JavaVersion& rhs) const;
|
||||
bool operator>(const JavaVersion& rhs) const;
|
||||
|
||||
bool requiresPermGen() const;
|
||||
bool defaultsToUtf8() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue