Update database_p.h (#89)

update function's param name according to database.cpp file.
This commit is contained in:
zhengshuyuan 2020-04-28 21:47:51 +08:00 committed by GitHub
parent 4cef64c4b6
commit 8ceea29d3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class DatabasePrivate //: public QSharedData
public:
explicit DatabasePrivate(Database *parent);
bool open(bool updateDatabase);
bool open(bool update);
bool updateDatabase();
void createChangeLogs();