more vs changes udo

This commit is contained in:
amer cerkic 2019-06-07 13:59:18 -07:00
parent fd7dd7948f
commit 64534913af

View file

@ -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);
};