mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-25 04:02:50 +01:00
Forgot to push the function renaming changes...
This commit is contained in:
parent
abc2134952
commit
a9dfc9d261
@ -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;
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user