creation of the directory is no a separate method
This commit is contained in:
parent
6ff22c9377
commit
6ae32e38b6
2 changed files with 24 additions and 10 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue