<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- widgets/detailswidget.cpp.orig	2013-08-12 04:07:23.000000000 +0800
+++ widgets/detailswidget.cpp	2023-08-23 11:09:31.000000000 +0800
@@ -17,6 +17,8 @@
 #include "detailswidget.h"
 #include &lt;iostream&gt;
 
+#include &lt;exiv2/exiv2.hpp&gt;
+
 // This class provides a widget for displaying meta (Exif) information
 Details::Details(QWidget *parent, QMap&lt;QString, QVariant&gt; set, bool v): QWidget(parent) {
 
@@ -492,7 +494,7 @@
 
 				}
 
-			} catch(const Exiv2::AnyError&amp;) { }
+			} catch(const Exiv2::Error &amp;e) { }
 
 
 		}
</pre></body></html>