From 5aa637fdbe838b9077f87ebfcb2fb06fb7337932 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Thu, 27 Mar 2025 21:19:12 +0100 Subject: [PATCH] Use YACReaderLibrary::libraryDataPath in YACReaderLibraries::getDBPath --- YACReaderLibrary/yacreader_libraries.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YACReaderLibrary/yacreader_libraries.cpp b/YACReaderLibrary/yacreader_libraries.cpp index b5e63714..f24c15fb 100644 --- a/YACReaderLibrary/yacreader_libraries.cpp +++ b/YACReaderLibrary/yacreader_libraries.cpp @@ -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)