update open, close and clear API

This commit is contained in:
mlangkabel
2018-12-10 13:41:44 +01:00
parent 403eae366c
commit 85aef6164a
4 changed files with 30 additions and 31 deletions
+3 -3
View File
@@ -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();