mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-21 19:35:49 +08:00
fix image resource path in QQuickImageProvider
This commit is contained in:
@@ -60,7 +60,7 @@ impl QQuickImageProvider for ImageProvider {
|
||||
height: 500,
|
||||
},
|
||||
QImage::load_from_file(QString::from(
|
||||
":/resources/icons/MaterialSymbolsLightImageOutlineSharp.png",
|
||||
":/resources/icons/material-symbols_image-outline-sharp.svg",
|
||||
)),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user