MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / on_SaveSizeProfile

Method on_SaveSizeProfile

qt/OpenRGBDialog2/OpenRGBDialog2.cpp:1450–1461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1448}
1449
1450void 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
1463void OpenRGBDialog2::on_ShowHide()
1464{

Callers

nothing calls this directly

Calls 3

GetProfileManagerMethod · 0.80
getFunction · 0.50
SaveProfileMethod · 0.45

Tested by

no test coverage detected