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:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-02-17 17:41:32 +0300
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>2021-08-23 10:44:34 +0300
commit4b0122093a97f5f1a68b0c407b79621a97b14f02 (patch)
tree3726204a466d3ae1c48aa821f0a1e49fdc7ef284 /src/gui/folder.cpp
parent010fccb4fa1a951f0e6a76a41ee4fe0df1d7c143 (diff)
Add socket command to upload a selection of files based on a regex
(cherry picked from commit 0ded3a56a9f3470a951b18eaa9d3c1b5e8db1135)
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 cbb192b01..0cb4f472b 100644
--- a/src/gui/folder.cpp
+++ b/src/gui/folder.cpp
@@ -28,7 +28,7 @@
#include "clientproxy.h"
#include "syncengine.h"
#include "syncrunfilelog.h"
-#include "socketapi.h"
+#include "socketapi/socketapi.h"
#include "theme.h"
#include "filesystem.h"
#include "localdiscoverytracker.h"