Change the type of path passed to DataBaseManagement::updateToCurrentVersion

This commit is contained in:
Luis Ángel San Martín
2025-03-29 13:29:09 +01:00
parent d4b7c6dd8a
commit b0d2d05bc9
4 changed files with 19 additions and 18 deletions

View File

@ -57,7 +57,7 @@ public:
static QString checkValidDB(const QString &fullPath); // retorna "" si la DB es inválida ó la versión si es válida.
static int compareVersions(const QString &v1, const QString v2); // retorna <0 si v1 < v2, 0 si v1 = v2 y >0 si v1 > v2
static bool updateToCurrentVersion(const QString &path);
static bool updateToCurrentVersion(const QString &libraryPath);
};
#endif