diff --git a/ScreenPlay/src/installedlistmodel.cpp b/ScreenPlay/src/installedlistmodel.cpp index fe108c47..320c8b69 100644 --- a/ScreenPlay/src/installedlistmodel.cpp +++ b/ScreenPlay/src/installedlistmodel.cpp @@ -84,7 +84,7 @@ void InstalledListModel::append(const QJsonObject obj, const QString folderName) endInsertRows(); } -void InstalledListModel::loadScreens() +void InstalledListModel::loadInstalledContent() { QtConcurrent::run([this]() { QJsonDocument jsonProject; diff --git a/ScreenPlay/src/installedlistmodel.h b/ScreenPlay/src/installedlistmodel.h index cc6db38c..9db52001 100644 --- a/ScreenPlay/src/installedlistmodel.h +++ b/ScreenPlay/src/installedlistmodel.h @@ -57,7 +57,7 @@ public: } public slots: - void loadScreens(); + void loadInstalledContent(); QVariantMap get(QString folderId); void append(const QJsonObject, const QString); void setabsoluteStoragePath(QUrl absoluteStoragePath)