1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Fix path QUrl -> toLocalFile

This commit is contained in:
Elias 2018-12-05 12:10:56 +01:00
parent 24160f1e28
commit fea537b3af

View File

@ -54,7 +54,7 @@ void Create::createWallpaperStart(QString videoPath)
m_future = QtConcurrent::run([=]() {
QDir dir;
dir.cd(this->m_settings->localStoragePath().toString());
dir.cd(this->m_settings->localStoragePath().toLocalFile());
m_createWallpaperData.videoPath = videoPath;