summaryrefslogtreecommitdiffstats
path: root/common/domain/applicationdomaintype.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-06-13 09:11:37 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-06-13 09:11:37 +0200
commit1e2e4437094d80f1cdd849c7341019910fc29fb1 (patch)
tree5f75e3dab8da864eab8a51c06be205a24e185dcb /common/domain/applicationdomaintype.cpp
parent3fa1766af3fa85067d4b2d48c8410e6c201ae323 (diff)
downloadsink-1e2e4437094d80f1cdd849c7341019910fc29fb1.tar.gz
sink-1e2e4437094d80f1cdd849c7341019910fc29fb1.zip
Get folder moves to work, and fix the mime message moving.
Diffstat (limited to 'common/domain/applicationdomaintype.cpp')
-rw-r--r--common/domain/applicationdomaintype.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/domain/applicationdomaintype.cpp b/common/domain/applicationdomaintype.cpp
index d9b0c92..4db2e3b 100644
--- a/common/domain/applicationdomaintype.cpp
+++ b/common/domain/applicationdomaintype.cpp
@@ -120,6 +120,8 @@ void ApplicationDomainType::setBlobProperty(const QByteArray &key, const QByteAr
120 return; 120 return;
121 } 121 }
122 file.write(value); 122 file.write(value);
123 //Ensure that the file is written to disk immediately
124 file.close();
123 setProperty(key, path); 125 setProperty(key, path);
124} 126}
125 127