mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 19:52:26 +02:00
more vs changes udo
This commit is contained in:
parent
fd7dd7948f
commit
64534913af
1 changed files with 50 additions and 51 deletions
|
@ -90,8 +90,7 @@ void setupPreferences() {
|
|||
|
||||
auto setter = [](QString value) {
|
||||
std::string profileName = value.toStdString();
|
||||
RefreshRateManager::RefreshRateProfile refreshRateProfile =
|
||||
RefreshRateManager::refreshRateProfileFromString(profileName);
|
||||
RefreshRateManager::RefreshRateProfile refreshRateProfile = RefreshRateManager::refreshRateProfileFromString(profileName);
|
||||
qApp->getRefreshRateManager().setRefreshRateProfile(refreshRateProfile);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue