Added
Link Here
|
0 |
- |
1 |
--- src/exiv2plugin.cpp.orig 2022-08-31 21:22:21 UTC |
|
|
2 |
+++ src/exiv2plugin.cpp |
3 |
@@ -395,7 +395,7 @@ QString Exiv2Plugin::processFile(BatchRenamer *b, int |
4 |
std::string strFilename(asc.constData(), asc.length()); |
5 |
|
6 |
try { |
7 |
- Image::AutoPtr image = Exiv2::ImageFactory::open(strFilename); |
8 |
+ Image::UniquePtr image = Exiv2::ImageFactory::open(strFilename); |
9 |
if (image.get() != nullptr && image->good()) { |
10 |
image->readMetadata(); |
11 |
|