diff --git a/src/plugins/effectmakernew/effectmakermodel.cpp b/src/plugins/effectmakernew/effectmakermodel.cpp index 16f7effb7c1..5a49dcb59ce 100644 --- a/src/plugins/effectmakernew/effectmakermodel.cpp +++ b/src/plugins/effectmakernew/effectmakermodel.cpp @@ -944,7 +944,7 @@ QString EffectMakerModel::getQmlImagesString(bool localFiles) imagePath = fi.fileName(); } if (m_loadComponentImages) - imagesString += QString(" source: \"%1\"\n").arg(imagePath); + imagesString += QString(" source: g_propertyData.%1\n").arg(uniform->name()); if (!localFiles) { QString mipmapProperty = mipmapPropertyName(uniform->name()); imagesString += QString(" mipmap: g_propertyData.%1\n").arg(mipmapProperty);