data: saving and loading Storage with sqlite file next to project file

This commit is contained in:
Eberhard Graether
2015-09-17 12:08:25 +02:00
parent f702b79892
commit a14bfaff56
12 changed files with 37 additions and 33 deletions
+1
View File
@@ -32,6 +32,7 @@ public:
std::string extension() const;
FilePath withoutExtension() const;
FilePath replaceExtension(const std::string& extension);
bool hasExtension(const std::vector<std::string>& extensions) const;
bool operator==(const FilePath& other) const;