mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-04 12:26:58 +03:00
Implement some bits and pieces, disable dead buttons.
This commit is contained in:
parent
d9195bff3a
commit
27b1de0d6d
10 changed files with 127 additions and 119 deletions
|
|
@ -51,12 +51,6 @@ bool InstVersion::isGreaterThan(const InstVersion &other) const
|
|||
return timestamp() > other.timestamp();
|
||||
}
|
||||
|
||||
bool InstVersion::isMeta() const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
QString InstVersion::descriptor() const
|
||||
{
|
||||
return m_descriptor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue