update open, close and clear API
This commit is contained in:
@@ -56,11 +56,11 @@ std::string getLastError();
|
||||
|
||||
void clearLastError();
|
||||
|
||||
bool openProject(std::string projectDirectory, std::string projectName);
|
||||
bool open(std::string databaseFilePath);
|
||||
|
||||
bool closeProject();
|
||||
bool close();
|
||||
|
||||
bool clearProject();
|
||||
bool clear();
|
||||
|
||||
bool isEmpty();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user