From a9dfc9d2616d35056e103c4e61abc256b510cdd3 Mon Sep 17 00:00:00 2001 From: Elias Date: Thu, 7 Feb 2019 15:05:10 +0100 Subject: [PATCH] Forgot to push the function renaming changes... --- ScreenPlay/src/installedlistmodel.cpp | 2 +- ScreenPlay/src/installedlistmodel.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)