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

Method AddServerTab

qt/OpenRGBDialog2/OpenRGBDialog2.cpp:1123–1131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1121}
1122
1123void OpenRGBDialog2::AddServerTab()
1124{
1125 /*-----------------------------------------------------*\
1126 | Add server information tab if there is a server |
1127 \*-----------------------------------------------------*/
1128 OpenRGBServerInfoPage *ServerInfoPage = new OpenRGBServerInfoPage(ResourceManager::get()->GetServer());
1129 ServerInfoPage->setObjectName(QString("SDK Server"));
1130 ui->MainTabBar->insertTab(2, ServerInfoPage, tr("SDK Server"));
1131}
1132
1133void OpenRGBDialog2::ClearDevicesList()
1134{

Callers

nothing calls this directly

Calls 2

GetServerMethod · 0.80
getFunction · 0.50

Tested by

no test coverage detected