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