mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-30 02:20:00 +03:00
Merge pull request #374 from flowln/fix_lto
This commit is contained in:
parent
3aee1d60d8
commit
6e58635bfb
28 changed files with 120 additions and 118 deletions
|
|
@ -120,7 +120,7 @@ void VersionSelectDialog::selectRecommended()
|
|||
m_versionWidget->selectRecommended();
|
||||
}
|
||||
|
||||
BaseVersionPtr VersionSelectDialog::selectedVersion() const
|
||||
BaseVersion::Ptr VersionSelectDialog::selectedVersion() const
|
||||
{
|
||||
return m_versionWidget->selectedVersion();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue