data: saving and loading Storage with sqlite file next to project file
This commit is contained in:
@@ -19,7 +19,7 @@ class Storage
|
||||
, public StorageAccess
|
||||
{
|
||||
public:
|
||||
Storage();
|
||||
Storage(const FilePath& dbPath);
|
||||
virtual ~Storage();
|
||||
|
||||
void clear();
|
||||
|
||||
Reference in New Issue
Block a user