feat(updater): tie in part 2, let there be UI!
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
b7dd32274c
commit
1f70589deb
10 changed files with 512 additions and 36 deletions
|
@ -199,7 +199,7 @@ void appendSafe(const QString& filename, const QByteArray& data)
|
|||
QByteArray buffer;
|
||||
try {
|
||||
buffer = read(filename);
|
||||
} catch (FileSystemException) {
|
||||
} catch (FileSystemException&) {
|
||||
buffer = QByteArray();
|
||||
}
|
||||
buffer.append(data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue