mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Use YACReaderLibrary::libraryDataPath in YACReaderLibraries::getDBPath
This commit is contained in:
parent
4e675d4326
commit
5aa637fdbe
@ -62,7 +62,7 @@ QString YACReaderLibraries::getPath(const QUuid &id)
|
||||
|
||||
QString YACReaderLibraries::getDBPath(int id)
|
||||
{
|
||||
return getPath(id) + "/.yacreaderlibrary";
|
||||
return YACReaderLibrary::libraryDataPath(getPath(id));
|
||||
}
|
||||
|
||||
QString YACReaderLibraries::getName(int id)
|
||||
|
Loading…
Reference in New Issue
Block a user