MCPcopy Create free account
hub / github.com/KDE/okular / currentProcessDbusName

Function currentProcessDbusName

shell/shellutils.cpp:159–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157
158#if HAVE_DBUS
159QString currentProcessDbusName()
160{
161 static const QString name = kPerProcessDbusPrefix + QUuid::createUuid().toString(QUuid::Id128);
162 return name;
163}
164#endif
165}

Callers 3

attachExistingInstanceFunction · 0.85
ShellMethod · 0.85
initTestCaseMethod · 0.85

Calls 1

toStringMethod · 0.80

Tested by 1

initTestCaseMethod · 0.68