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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJocelyn Turcotte <jturcotte@woboq.com>2017-09-01 19:11:43 +0300
committerJocelyn Turcotte <jturcotte@woboq.com>2017-09-18 15:00:52 +0300
commita1f1775d159c9ce3c7c0e569fe4f20f80a2bcf00 (patch)
treeb782e20d583ed150644dc8f479cc70d2fab9e348 /src/gui/folderstatusmodel.cpp
parent5fbed0d1cd85f5bca4c865af543bda12af47226c (diff)
Move SyncJournalDB to src/common
Diffstat (limited to 'src/gui/folderstatusmodel.cpp')
-rw-r--r--src/gui/folderstatusmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/folderstatusmodel.cpp b/src/gui/folderstatusmodel.cpp
index 16e2ab0e0..a7b38dc43 100644
--- a/src/gui/folderstatusmodel.cpp
+++ b/src/gui/folderstatusmodel.cpp
@@ -15,7 +15,7 @@
#include "folderstatusmodel.h"
#include "folderman.h"
#include "accountstate.h"
-#include "asserts.h"
+#include "common/asserts.h"
#include <theme.h>
#include <account.h>
#include "folderstatusdelegate.h"