MCPcopy Create free account
hub / github.com/TheAssassin/AppImageLauncher / unregisterAppImage

Function unregisterAppImage

src/shared/shared.cpp:1261–1268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1259}
1260
1261bool unregisterAppImage(const QString& pathToAppImage) {
1262 auto rv = appimage_unregister_in_system(pathToAppImage.toStdString().c_str(), false);
1263
1264 if (rv != 0)
1265 return false;
1266
1267 return true;
1268}
1269
1270QIcon loadIconWithFallback(const QString& iconName) {
1271 const QString subdirName("fallback-icons");

Callers 2

execMethod · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected