metadata: initialize thumbnail rating from exif

(cherry picked from commit 96bd2db0d2e127678bded3bee7aa3275332826c0)
This commit is contained in:
Alberto Griggio
2019-05-20 01:56:38 -07:00
committed by Lawrence Lee
parent 38d87bae72
commit b01b0fbef0
4 changed files with 15 additions and 10 deletions

View File

@@ -387,7 +387,7 @@ void Thumbnail::notifylisterners_procParamsChanged(int whoChangedIt)
* The result is a complete ProcParams with default values merged with the values
* from the loaded ProcParams (sidecar or cache file).
*/
void Thumbnail::loadProcParams ()
void Thumbnail::loadProcParams()
{
MyMutex::MyLock lock(mutex);