creation of the directory is no a separate method

This commit is contained in:
Blue 2022-12-17 13:06:37 +03:00
parent 6ff22c9377
commit 6ae32e38b6
Signed by: blue
GPG key ID: 9B203B252A63EE38
2 changed files with 24 additions and 10 deletions

View file

@ -44,9 +44,11 @@ public:
void close();
bool ready() const;
bool removeDirectory();
QString createDirectory();
QString getName() const;
void drop();
template <class K, class V>
Table<K, V>* addTable(const std::string& name);