Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-09-23 12:42:45 +0300
committerHannah von Reth <vonreth@kde.org>2021-09-28 18:26:47 +0300
commit9226f7e165747fc6c0496f81beb4b666b3a8188c (patch)
tree4c465f6d0ac0e61ecff4bda6a1072780396eb0bf /src/gui/folder.cpp
parent39b92322059412cde95506ffb7c93fe05fba1782 (diff)
Cleanup
Diffstat (limited to 'src/gui/folder.cpp')
-rw-r--r--src/gui/folder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/folder.cpp b/src/gui/folder.cpp
index 9905cf1bd..55f0eb5d0 100644
--- a/src/gui/folder.cpp
+++ b/src/gui/folder.cpp
@@ -801,7 +801,7 @@ void Folder::wipeForRemoval()
_journal.close(); // close the sync journal
// Remove db and temporaries
- QString stateDbFile = _engine->journal()->databaseFilePath();
+ const QString stateDbFile = _engine->journal()->databaseFilePath();
QFile file(stateDbFile);
if (file.exists()) {