fixed warning
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
b0a21c9389
commit
440afcedb0
2 changed files with 21 additions and 0 deletions
|
@ -30,6 +30,8 @@ struct JavaInstall : public BaseVersion {
|
|||
|
||||
virtual QString typeString() const { return arch; }
|
||||
|
||||
virtual bool operator<(BaseVersion& a) override;
|
||||
virtual bool operator>(BaseVersion& a) override;
|
||||
bool operator<(const JavaInstall& rhs);
|
||||
bool operator==(const JavaInstall& rhs);
|
||||
bool operator>(const JavaInstall& rhs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue