Return false when save() failed

This commit is contained in:
Debao Zhang
2013-08-30 13:37:55 +08:00
parent 9154e483b9
commit b80286d7b7
5 changed files with 11 additions and 3 deletions
+1
View File
@@ -40,6 +40,7 @@ public:
void addFile(const QString &filePath, QIODevice *device);
void addFile(const QString &filePath, const QByteArray &data);
bool error() const;
void close();
private: