Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ generateGUIUserName
Function
generateGUIUserName
Engine/Project.cpp:112–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
}
111
112
static std::string
113
generateGUIUserName()
114
{
115
return getUserName() +
'@'
+ QHostInfo::localHostName().toStdString();
116
}
117
118
static std::string
119
generateUserFriendlyNatronVersionName()
Callers
2
saveProjectInternal
Method · 0.85
initializeKnobs
Method · 0.85
Calls
2
getUserName
Function · 0.85
toStdString
Method · 0.80
Tested by
no test coverage detected