Skip to content
Snippets Groups Projects
Commit 30825ca4 authored by akiraohgaki's avatar akiraohgaki
Browse files

Code cleanup

parent b5884232
No related branches found
No related tags found
No related merge requests found
...@@ -45,11 +45,6 @@ QJsonObject ConfigHandler::getAppConfigInstallTypes() ...@@ -45,11 +45,6 @@ QJsonObject ConfigHandler::getAppConfigInstallTypes()
return appConfigInstallTypes_; return appConfigInstallTypes_;
} }
QJsonObject ConfigHandler::getAppConfigFeaturedProviders()
{
return appConfig_.get("featured_providers");
}
QJsonObject ConfigHandler::getUsrConfigApplication() QJsonObject ConfigHandler::getUsrConfigApplication()
{ {
return usrConfig_.get("application"); return usrConfig_.get("application");
......
...@@ -15,7 +15,6 @@ public: ...@@ -15,7 +15,6 @@ public:
public slots: public slots:
QJsonObject getAppConfigApplication(); QJsonObject getAppConfigApplication();
QJsonObject getAppConfigInstallTypes(); QJsonObject getAppConfigInstallTypes();
QJsonObject getAppConfigFeaturedProviders();
QJsonObject getUsrConfigApplication(); QJsonObject getUsrConfigApplication();
bool setUsrConfigApplication(const QJsonObject &object); bool setUsrConfigApplication(const QJsonObject &object);
......
...@@ -29,7 +29,7 @@ signals: ...@@ -29,7 +29,7 @@ signals:
public slots: public slots:
QJsonObject metadataSet() const; QJsonObject metadataSet() const;
void download(const QString &url, const QString &installType, const QString &providerKey, const QString &contentId); void download(const QString &url, const QString &installType, const QString &providerKey = "", const QString &contentId = "");
void uninstall(const QString &itemKey); void uninstall(const QString &itemKey);
private slots: private slots:
......
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