Skip to content
Snippets Groups Projects
Unverified Commit d9081ee1 authored by akiraohgaki's avatar akiraohgaki Committed by GitHub
Browse files

Merge pull request #15 from opendesktop/develop

Cleanup data
parents 03af9b60 7d214b39
No related branches found
No related tags found
No related merge requests found
......@@ -207,6 +207,7 @@ void ItemHandler::uninstall(const QString &itemKey)
#endif
configHandler_->removeUsrConfigInstalledItemsItem(itemKey);
configHandler_->removeUsrConfigUpdateAvailableItemsItem(itemKey);
result["status"] = QString("success_uninstall");
result["message"] = tr("Uninstalled");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment