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-08-16 09:36:52 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-10-05 23:01:03 +0300
commitbfc7ea562de41a7c6b14b7ef9674c8b8e769f096 (patch)
treef805893904b9b75c31d447efc72bbc928c89baa1 /src/gui/folderstatusdelegate.cpp
parent6d8c98f6b4b99c2fed27ac51572220e6007b0f33 (diff)
Move Utility to a new common static library
Now that csync builds as C++, this will avoid having to implement functionalities needed by csync mandatorily in csync itself. This library is built as part of libocsync and symbols exported through it. This requires a relicense of Utility as LGPL. All classes moved into this library from src/libsync will need to be relicensed as well.
Diffstat (limited to 'src/gui/folderstatusdelegate.cpp')
-rw-r--r--src/gui/folderstatusdelegate.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/folderstatusdelegate.cpp b/src/gui/folderstatusdelegate.cpp
index da41cbf93..1d5ad0a14 100644
--- a/src/gui/folderstatusdelegate.cpp
+++ b/src/gui/folderstatusdelegate.cpp
@@ -18,7 +18,6 @@
#include "folderstatusmodel.h"
#include "folderman.h"
#include "accountstate.h"
-#include "utility.h"
#include <theme.h>
#include <account.h>