MCPcopy 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
36QString MOShortcut::instanceDisplayName() const
37{
38 return (m_instance == "" ? QObject::tr("Portable") : m_instance);
39}
40
41const QString& MOShortcut::instanceName() const
42{

Callers 1

processrunner.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected