MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / isGeneralTab

Function isGeneralTab

lib/general.cpp:910–913  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

908}
909
910static bool isGeneralTab(const QString &name)
911{
912 return name == obs_module_text("AdvSceneSwitcher.generalTab.title");
913}
914
915static int getGeneralTabIdx(QTabWidget *tabWidget)
916{

Callers 1

getGeneralTabIdxFunction · 0.85

Calls 1

obs_module_textFunction · 0.85

Tested by

no test coverage detected