1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-02 08:39:49 +02:00

Forgot to push the function renaming changes...

This commit is contained in:
Elias 2019-02-07 15:05:10 +01:00
parent abc2134952
commit a9dfc9d261
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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)