mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-08 13:08:29 +02:00
increment clang-tools version
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
5928bc30e1
commit
147741e616
66 changed files with 93 additions and 99 deletions
|
|
@ -46,7 +46,7 @@ class NullInstance : public BaseInstance {
|
|||
{
|
||||
setVersionBroken(true);
|
||||
}
|
||||
virtual ~NullInstance(){};
|
||||
virtual ~NullInstance() {};
|
||||
void saveNow() override {}
|
||||
void loadSpecificSettings() override { setSpecificSettingsLoaded(true); }
|
||||
QString getStatusbarDescription() override { return tr("Unknown instance type"); };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue