Adding saveToFile function.

This commit is contained in:
Louis-Bertrand Varin
2017-06-14 19:50:19 -04:00
parent 139658b5c3
commit f3f6f6a493
4 changed files with 41 additions and 28 deletions

View File

@@ -113,6 +113,7 @@ public:
void setEmitModified(bool value);
void copyAttributesFrom(const Database* other);
void merge(const Database* other);
QString saveToFile(QString filePath);
/**
* Returns a unique id that is only valid as long as the Database exists.