Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModOrganizer2/modorganizer
/ setFirstStart
Method
setFirstStart
src/settings.cpp:281–284 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
279
}
280
281
void Settings::setFirstStart(bool b)
282
{
283
set(m_Settings,
"General"
,
"first_start"
, b);
284
}
285
286
QString Settings::executablesBlacklist() const
287
{
Callers
1
showEvent
Method · 0.80
Calls
1
set
Function · 0.70
Tested by
no test coverage detected