Commit e1ee99a2 authored by Claudio Valerio's avatar Claudio Valerio

Added fixes for audio and video path. On sankore 3.1 version 1.0.0 the...

Added fixes for audio and video path. On sankore 3.1 version 1.0.0 the absolute path has been introduced. Big mistake
parent 8635c772
......@@ -866,7 +866,7 @@ QString UBPersistenceManager::addVideoFileToDocument(UBDocumentProxy* pDocumentP
}
return destPath;
return fileName;
}
......@@ -898,7 +898,7 @@ QString UBPersistenceManager::addVideoFileToDocument(UBDocumentProxy* pDocumentP
}
}
return destPath;
return fileName;
}
......@@ -926,7 +926,7 @@ QString UBPersistenceManager::addAudioFileToDocument(UBDocumentProxy* pDocumentP
}
return destPath;
return fileName;
}
......@@ -958,7 +958,7 @@ QString UBPersistenceManager::addAudioFileToDocument(UBDocumentProxy* pDocumentP
}
}
return destPath;
return fileName;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment