data: saving and loading Storage with sqlite file next to project file
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
#include "data/type/DataType.h"
|
||||
#include "settings/ApplicationSettings.h"
|
||||
|
||||
Storage::Storage()
|
||||
: m_sqliteStorage("data/test.sqlite")
|
||||
Storage::Storage(const FilePath& dbPath)
|
||||
: m_sqliteStorage(dbPath.str())
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user