mirror of
https://github.com/YACReader/yacreader
synced 2025-11-26 04:22:47 -05:00
Change the type of path passed to DataBaseManagement::updateToCurrentVersion
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user