| 1448 | } |
| 1449 | |
| 1450 | void OpenRGBDialog2::on_SaveSizeProfile() |
| 1451 | { |
| 1452 | ProfileManager* profile_manager = ResourceManager::get()->GetProfileManager(); |
| 1453 | |
| 1454 | if(profile_manager != NULL) |
| 1455 | { |
| 1456 | /*---------------------------------------------------------*\ |
| 1457 | | Save the profile | |
| 1458 | \*---------------------------------------------------------*/ |
| 1459 | profile_manager->SaveProfile("sizes", true); |
| 1460 | } |
| 1461 | } |
| 1462 | |
| 1463 | void OpenRGBDialog2::on_ShowHide() |
| 1464 | { |
nothing calls this directly
no test coverage detected