path normalization

This commit is contained in:
2019-03-04 14:50:21 +01:00
parent a79d319dbd
commit d9acdb0a15
5 changed files with 39 additions and 165 deletions
+1 -1
View File
@@ -1499,7 +1499,7 @@ QVariant cXMPValue::convertValue(const QString& szValue, qint32 iTypeId)
return(variant);
}
void cXMPValue::setValue(const QString& szValue, qint32 iTypeId, qint32 iCount)
void cXMPValue::setValue(const QString& szValue, qint32 iTypeId, qint32 /*iCount*/)
{
// if(iCount == 1 || iTypeId == 2 || iTypeId == 7)
// {