Update database_p.h (#89)
update function's param name according to database.cpp file.
This commit is contained in:
parent
4cef64c4b6
commit
8ceea29d3e
|
|
@ -38,7 +38,7 @@ class DatabasePrivate //: public QSharedData
|
||||||
public:
|
public:
|
||||||
explicit DatabasePrivate(Database *parent);
|
explicit DatabasePrivate(Database *parent);
|
||||||
|
|
||||||
bool open(bool updateDatabase);
|
bool open(bool update);
|
||||||
|
|
||||||
bool updateDatabase();
|
bool updateDatabase();
|
||||||
void createChangeLogs();
|
void createChangeLogs();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue