update copy function

This commit is contained in:
2019-03-04 00:07:36 +01:00
parent dc26fdc78a
commit a79d319dbd
13 changed files with 285 additions and 18 deletions
+5
View File
@@ -446,6 +446,11 @@ QString cEXIF::gps()
return(szGPS);
}
QString cEXIF::duration()
{
return(getXMPTag("Xmp.video.Duration").toString());
}
QString cEXIF::fileName()
{
return(m_szFileName);