MCPcopy Create free account
hub / github.com/Nitrux/maui-shell / launchApp

Method launchApp

casklib/src/code/controllers/appsdb.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void AppsDB::launchApp(const QString &desktopFile)
44{
45 auto info = AppsDB::appInfo(desktopFile);
46 m_launcher->launch(info.value("executable").toString());
47 this->addRecentApp(desktopFile);
48}
49
50void AppsDB::countUpApp(const QString &desktopFile)
51{

Callers

nothing calls this directly

Calls 2

addRecentAppMethod · 0.95
launchMethod · 0.80

Tested by

no test coverage detected