Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModOrganizer2/modorganizer
/ instanceDisplayName
Method
instanceDisplayName
src/moshortcut.cpp:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
QString MOShortcut::instanceDisplayName() const
37
{
38
return (m_instance ==
""
? QObject::tr(
"Portable"
) : m_instance);
39
}
40
41
const QString& MOShortcut::instanceName() const
42
{
Callers
1
processrunner.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected