mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 04:54:29 -04:00
Add method for getting the db container path from a library id
This commit is contained in:
@ -29,6 +29,11 @@ QString YACReaderLibraries::getPath(int id)
|
||||
return "";
|
||||
}
|
||||
|
||||
QString YACReaderLibraries::getDBPath(int id)
|
||||
{
|
||||
return getPath(id) + "/.yacreaderlibrary";
|
||||
}
|
||||
|
||||
QString YACReaderLibraries::getName(int id)
|
||||
{
|
||||
foreach (QString name, libraries.keys())
|
||||
|
Reference in New Issue
Block a user