Skip to content
Snippets Groups Projects
Commit 7d214b39 authored by akiraohgaki's avatar akiraohgaki
Browse files

Cleanup data

parent 03af9b60
No related branches found
No related tags found
No related merge requests found
...@@ -207,6 +207,7 @@ void ItemHandler::uninstall(const QString &itemKey) ...@@ -207,6 +207,7 @@ void ItemHandler::uninstall(const QString &itemKey)
#endif #endif
configHandler_->removeUsrConfigInstalledItemsItem(itemKey); configHandler_->removeUsrConfigInstalledItemsItem(itemKey);
configHandler_->removeUsrConfigUpdateAvailableItemsItem(itemKey);
result["status"] = QString("success_uninstall"); result["status"] = QString("success_uninstall");
result["message"] = tr("Uninstalled"); 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