Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
910
static bool isGeneralTab(const QString &name)
911
{
912
return name == obs_module_text(
"AdvSceneSwitcher.generalTab.title"
);
913
}
914
915
static int getGeneralTabIdx(QTabWidget *tabWidget)
916
{
Callers
1
getGeneralTabIdx
Function · 0.85
Calls
1
obs_module_text
Function · 0.85
Tested by
no test coverage detected